https://github.com/neelanjan00/grid-path-finder
A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
https://github.com/neelanjan00/grid-path-finder
algorithms data-structures graph-theory reactjs search-algorithm
Last synced: about 2 months ago
JSON representation
A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
- Host: GitHub
- URL: https://github.com/neelanjan00/grid-path-finder
- Owner: neelanjan00
- Created: 2021-12-19T17:10:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T17:23:48.000Z (over 4 years ago)
- Last Synced: 2025-06-11T01:42:27.640Z (about 1 year ago)
- Topics: algorithms, data-structures, graph-theory, reactjs, search-algorithm
- Language: JavaScript
- Homepage: https://grid-path-finder.web.app
- Size: 633 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Welcome to Grid Path Finder 👋
> A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
### 🏠 [Homepage](https://github.com/neelanjan00/Grid-Path-Finder)
### ✨ [Demo](https://grid-path-finder.web.app/)
## Install
```sh
npm install
```
## Usage
```sh
npm run start
```
## Author
👤 **Neelanjan Manna**
* Website: https://neelanjanmanna.ml/
* Twitter: [@NeelanjanManna](https://twitter.com/NeelanjanManna)
* Github: [@neelanjan00](https://github.com/neelanjan00)
* LinkedIn: [@neelanjan00](https://linkedin.com/in/neelanjan00)
## Show your support
Give a ⭐️ if this project helped you!