Worldwise is a React-based web application that allows users to mark cities they have visited on a map, add notes to these cities, and keep track of the countries derived from their visited cities.
- Interactive map to select and mark visited cities
- Add personal notes to each visited city
- Automatically derive and display visited countries
- Save and retrieve your travel data
Follow these steps to get Worldwise up and running on your local machine:
- Clone the repository:
git clone https://github.com/Asmaa-204/WorldWise.git
- Navigate to the project directory:
cd worldwise
- Install the dependencies:
npm install
- Run the app:
npm run dev;
- Run the server:
npm run server;
- Select a City: Click on a city on the map to mark it as visited.
- Add Notes: Add notes about your visit to each city.
- View Visited Countries: The app will automatically derive and display the countries you have visited based on the cities you marked.