This is a React application to visualize Pathfinding Algorithms and Maze Generation Algorithms. Feel free to fork or download this project so you could try it out and use this code as a foundation to create an even-better Pathfinding Visualizer 😁.
Now, lets check it out in action 👉 The Visualizer
- Dijsktra's Algorithm
- A* Search Algorithm
- Breadth First Search (BFS)
- Depth First Search (DFS)
- Random Maze
- Recursive Division
git clone
npm install
npm i bootstrap
npm i reactstrap react react-dom
Don't forget to import Boostrap CSS
import 'bootstrap/dist/css/bootstrap.css';
npm start
I hope you enjoy the project.
-- Hao On