This app is created to visualize path searching algorithms including A* search, Breadth-first search and depth-first search.
The algorithms are implemented to accomplish the goal of path finding in this app.
Live demo: https://sn0218.github.io/Path-Finding-Visualizer/
- Visualize the search algorithms by animation.
- Generate wall nodes at random.
- Click to generate wall nodes.
- Drag and drop the start/end node to change the starting point and end point.
First, clone or download the repository from github.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- JavaScript
- React
- HTML5/CSS3