Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.51 KB

🗺 Path finding visualizer

Watch on youtube

Watch the video

An interactive visualization of Dijkstra's, BFS, and DFS path finding algorithms

🎬 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

🛠 Prerequisites

You need to have NodeJS installed

🍽 Installing

To get a development env running after cloning the project Install the dependencies

npm install

Start the development server

npm run dev

🏗 Built With

  • ⚡️ Vite - The next generation of frontend tooling

  • ⚛️ ReactJs - Probably the best Javascript library

  • 💪🏼 TypeScript - If you are planning on staying in the programming field for the long run, you should learn TypeScript.

  • 💨 TailwindCSS - Bootstrap killer

🙌🏼 Contributing

Contributions are always welcome :-)

👨🏻‍💻 Authors

See also the list of contributors who participated in this project.

🪪 License

This project is licensed under the MIT License - see the LICENSE.md file for details