- This is an interactive A* Path Finding Visualizer built using ReactJS and CSS3.
- It helps users visualize the process of finding the shortest path on a grid using the A* algorithm.
- Interactive grid with start and end points
- Real-time A* pathfinding visualization
- Adjustable grid size
- Randomly adds obstacles to the grid
- ReactJS for the user interface
- CSS3 for styling and animations
The A* algorithm uses a heuristic approach to find the most efficient path from start to finish while considering obstacles and grid boundaries.
npm run dev