Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaziz-mahdy authored Dec 2, 2023
1 parent f2f33e3 commit 66c48c2
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# path_finding
# Path Finding Algorithm Visualizer

A new Flutter project.
## Introduction
Welcome to the Path Finding Algorithm Visualizer, a Flutter application that demonstrates the mechanics of popular pathfinding algorithms like A* and Dijkstra's. This tool is designed to help users visualize how these algorithms traverse a grid to determine the shortest path.

## Getting Started
## Features
- **Algorithm Visualization**: Experience A* and Dijkstra's algorithm in a dynamic, easy-to-understand format.
- **Responsive UI**: Optimized for both mobile and desktop, ensuring a consistent user experience across devices.
- **Design Patterns**: Built using efficient and maintainable coding practices and design patterns.

This project is a starting point for a Flutter application.
## Live Demo
Experience the Path Finding Algorithm Visualizer in action: [Live Demo](https://zezo357.github.io/path_finding/)

A few resources to get you started if this is your first Flutter project:
## Getting Started
To run this project locally, clone the repository and ensure Flutter is installed on your machine.

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
```bash
git clone https://github.com/zezo357/path_finding.git
cd path_finding
flutter run

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit 66c48c2

Please sign in to comment.