http://path-finder-brown.vercel.app/
This project was inspired by the this youtube video, I have only copied design and idea but I have written every single line of code by myself.
A pathfinding algorithm seeks to find the shortest path between two points. This application visualizes various pathfinding algorithms in action, and more!
This SPA created using
- Typescript for type safety and better DX
- React Frontend library to declarative UI
- vite for bundling
- Cypress for test
- Tailwindcss for styling
To learn more about the features do the tutorial from the app