A simple real-time tracker built with Node.js, Express, Socket.IO, and Leaflet.js.
It allows users to share their location in real-time and view other connected users on the map.
- Live location sharing using Socket.IO
- Display all connected users on a Leaflet map
- Basic UI with modal for "Connect My Device"
- Session persistence (remembers users on refresh)
- Marker color customization
- Email & password authentication
- Route detection
- Event creation
- Frontend: HTML, CSS, JavaScript, Leaflet.js
- Backend: Node.js, Express, Socket.IO
- Database: MongoDB (optional, for saved devices)
- Clone the repo:
git clone https://github.com/<your-username>/real-time-tracker.git cd real-time-tracker