WorldWise is a single-page application that lets you track your travels on a world map. Mark the cities you�ve visited, record your experiences, and share your journey with friends. Never forget where you�ve been and how you�ve wandered the world.
Live Demo: https://world-wise-production.vercel.app
- Interactive Map: Powered by Leaflet and React Leaflet for smooth map interactions.
- City Tracking: Mark any city you�ve visited and keep a log of your adventures.
- Date Selection: Add the dates of your visits with an intuitive date picker.
- Routing: Navigate seamlessly between pages with React Router.
- Data Storage: Store and retrieve city data using JSON Server for a simple backend.
- Responsive Design: Optimized layout for both desktop and mobile use.
-
Clone the repository:
git clone https://github.com/yourusername/worldwise.git cd worldwise
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
-
Preview the production build:
npm run preview
Contributions are welcome. Open an issue to suggest improvements or submit a pull request with your changes.