The World Wise is a web tool that lets you keep track of the nations you've visited when traveling across the world.
Add a link to your deployed project.
-
Interactive Map for Saved Trips:
- Visualize all your trips on a world map with markers for each saved location.
-
Location detection upon click on map:
- Uses geolocation APIs to auto-detect the city, country, and region when you select a spot on the map and Provides options for manual adjustments, adding detailed notes, and setting travel dates for each trip.
-
Next-Auth Authentication/Registration:
- Secure authentication using Next-Auth, supporting credential authentication and registration for users.
- Clone the repository
git clone https://github.com/BishoyLabib7/worldwise - Navigate to the project directory
cd worldwise - Install dependencies
npm i - Start the development server
npm run dev - Start the Fake Server
npm run server
- Open your browser and visit
http://localhost:3000to access the application.
At first it's an simple landing page with navigation to pricing product and login page that goes to app it self
MIT





