π Link to the Project
This is an interactive pathfinding visualizer built with React and JavaScript, showcasing classic algorithms like Dijkstraβs in a grid-based environment. Users can set start/end points, add walls, and watch the algorithm find the shortest path in real time.
This project reflects my interest in spatial computing and routing logic β areas Iβm excited to explore professionally.
π Live Demo
View the project live here: https://path-mapper.netlify.app/
π§βπ» Run Locally
git clone https://github.com/m-bilal-ahmed/Visualizing-Paths.git
cd pathfinding-visualizer
npm install
npm start