Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

File metadata and controls

22 lines (14 loc) · 1.04 KB

Map Pathfinding Visualizer

Map Pathfinding Visualizer is a web application built with React.js and JavaScript that allows users to visualize and compute shortest paths between two points on global maps using various algorithms.

Features

  • Algorithm Support: Implements A*, Greedy, Dijkstra's, and Bidirectional Search algorithms.
  • Dynamic Visualization: Animates pathfinding process with adjustable speed and replay functionality.
  • Customizable Map Settings: Users can modify the map radius to explore different regions.
  • Real-Time Traffic Integration: Enhances route planning with live traffic data for accurate navigation solutions.

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/map-pathfinding-visualizer.git
  2. Go to the project folder: cd map-pathfinding-visualizer
  3. Install dependencies: cd map-pathfinding-visualizer && npm install
  4. Start the development server: npm start
  5. Open your browser and visit: http://localhost:5173