GeoTrackr is an application designed to track a user's location and keep a record of their visited locations. Users can either add their current location to their timeline or search for any location and add it to their timeline.
- Track Current Location: Users can add their current location to their timeline with a single click.
- Search and Add Locations: Users can search for any location and add it to their timeline.
- Timeline Management: Keeps a chronological record of all the locations visited by the user.
- React: The user interface of GeoTrackr is built using React, a JavaScript library for building user interfaces.
- @tanstack/react-query: Data fetching and caching are handled by @tanstack/react-query, providing efficient data synchronization.
- react-hook-form: Forms are managed using react-hook-form, making form handling and data retrival simple and efficient.
- styled-components: Styling is done using styled-components allowing for CSS-in-JS.
- Leaflet: Interactive maps are provided by Leaflet and React Leaflet, an open-source JavaScript library for mobile-friendly maps.
- Node.js: The backend server is built using Node.js.
- MongoDB: A NoSQL database used for storing user data and location records.
- Continuously improving the application to ensure scalability and performance.
- UI Design: Nsikan David