Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.34 KB

Worldwise

Worldwise Logo

Worldwise is an interactive map application designed to help users save, track, and visualize their visited locations. The application provides a seamless and engaging user experience for managing location data.

Demo

Watch the demo video to see Worldwise in action:

Watch the video

Features

  • Interactive Map: View and annotate your visited locations on an interactive map using Leaflet.
  • Real-time Location Updates: Integrated Geo Location API for displaying real-time user location.
  • Location Details: Enrich saved locations with information from Wikipedia through integrated search functionality.
  • Seamless Navigation: Single-page application with smooth routing using React Router.

Tech Stack

  • JavaScript
  • Vite
  • React
  • React Router
  • React Hooks
  • Leaflet
  • CSS Modules

Installation

To get started with Worldwise, clone the repository and install the dependencies:

git clone https://github.com/ambikaprasad21/worldwise.git
cd worldwise
npm install