This application allows users to mark their destinations on a map and track their vehicle along the shortest path through these places in real time.
- Clone the repository:
git clone https://github.com/kshitijv09/pathTracker.git cd pathTracker
- Install dependencies
npm install
- Set up environment variables Set NEXT_PUBLIC_GOOGLE_MAPS_API_KEY env variable
- Running the application
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Mark all destinations on the map that you want to visit.
- Once you are done, click on Start Tracking to track your journey through these marked places.