In this project we use dijkstras algorithm to find the nearest distance between any 2 places in the city which're visualized as graph nodes.
- Clone the repository:
git clone [repo-link]
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to run and understand the project.
This project was powered by
- Reactjs-Vite
- Tailwind CSS
- UI Frameworks