Added my project "Location Tracker"#29
Open
om-halder wants to merge 2 commits intoHarshSharmaIN:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a web-based real-time location tracking application that allows users to monitor their live geographic location on an interactive map. The app continuously updates the user’s coordinates using the browser’s Geolocation API and displays them on a map powered by Leaflet.js. The system also supports real-time data exchange using Socket.IO, enabling live updates for multiple users simultaneously.
Key Features:
Real-Time Tracking: Continuously updates user location as they move.
High Accuracy: Utilizes GPS for precise location data with high accuracy settings.
Interactive Map Display: Visualizes user location on a responsive, zoomable map.
Multi-User Support: Can display multiple users’ locations in real-time.
Live Communication: Uses Socket.IO for seamless real-time location updates between client and server.
User-Friendly Interface: Includes a loading state to ensure accurate location before displaying the map.