A real-time location tracking application that allows users to track their location and view other users' locations on a map.
- Real-time location tracking
- Interactive map display
- Multiple user support
- Location sharing between devices
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/TrackMe.io.git
cd TrackMe.io- Install dependencies:
npm install- Start the server:
node app.js- Access the application:
- Open
http://localhost:5000in your browser - Allow location access when prompted
- Open the application on your computer
- Open the same URL on your mobile device
- Allow location access on both devices
- Your locations will be displayed on the map in real-time
- Node.js
- Express.js
- Socket.IO
- Leaflet.js
- OpenStreetMap