Pathfinds
Pathfinds is web application that visualizes pathfinding algorithms such as Dijkstra, A*, DFS, BFS. It has interactive board with ability to create walls and weights. Application also provides option to generate mazes with Prim's algorithm.
Tech Stack
- Framework: React.js
- Styling: Tailwind CSS
- State management: Redux
Running Locally
-
Clone the repository
git clone https://github.com/TheArcus02/Better-GPT.git
-
Install dependencies using pnpm
npm install
-
Start the development server
npm run dev
How do I deploy this?
Follow the deployment guides for Netlify for more information.
License
Licensed under the MIT License. Check the LICENSE file for details.