Built with React, TypeScript, and Bootstrap.
This is a pathfinding visualizer built with React. It allows the user to select from four pathfinding algorithms and see the algorithm in action. It can add walls to the grid and weights when applicable.
- Clone the repo
git clone https://github.com/olijujuangreen/Pathfinder-React.git && cd Pathfinder-React
- Install NPM packages
npm install
- Start the dev server
npm run dev
- Press the
o
key to open in browser automatically, or navigate browser manually to http://localhost:5173 to view the website.