
Pathfinding Visualizer
ReactTailwind CSS
A web app that visualizes pathfinding algorithms
The Pathfinding Visualizer is an interactive web application that demonstrates how various pathfinding algorithms work. Users can create obstacles, select different algorithms, and watch as the algorithm finds the shortest path between two points.
This project was built using React and styled with Tailwind CSS. It serves as both an educational tool and a demonstration of algorithm visualization, helping users understand the differences between algorithms like Dijkstra's, A*, and more.