A simple GPS route tracking web app that works on mobile devices. Track your daily routes and view them on an interactive map.
- Open
index.htmlin any modern web browser - Allow location permission when prompted
- Click "Start Tracking" to begin recording your route
- Move around to see your route being drawn
- Click "Stop Tracking" to stop recording
- Use the dropdown to view different days' routes
- Open the app in your mobile browser (Chrome, Safari, etc.)
- Allow location access
- Keep the browser tab active while tracking
- Your route will be saved automatically
- Zip the entire
suppi_trackerfolder - Share the zip file
- Recipients extract and open
index.html
Upload all files to any web hosting service:
- GitHub Pages (free)
- Netlify (free)
- Vercel (free)
- Any web hosting service
- Use VS Code Live Server extension
- Share your computer's IP address (e.g.,
http://192.168.1.100:5500) - Others on same WiFi can access it
- β Real-time GPS tracking
- β Route visualization with different colors
- β Daily route storage (today, yesterday, etc.)
- β Mobile-friendly design
- β Offline storage (localStorage)
- β Current location pinpoint marker
- β GPS accuracy indicator
- Modern web browser with GPS support
- HTTPS connection (for production use)
- Location permission enabled
- Routes are stored locally in your browser
- Clear browser data will delete saved routes
- Works best on mobile devices for actual tracking
- Requires internet connection for map tiles
Location not working?
- Check browser location permissions
- Ensure you're using HTTPS (for hosted versions)
- Try refreshing the page
Route not appearing?
- Make sure you're moving enough distance
- Check if tracking is actually started
- Try selecting different days in dropdown
Mobile issues?
- Keep browser tab active
- Don't switch to other apps while tracking
- Check if location services are enabled on device