Find the shortest path between a set of nodes using pathfinding algorithms
Live Demo
Built With React.js and lots of 💜
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/binolt/pathfinder.git
- Install dependencies
npm install
- Start the live server
npm run dev