A dynamic web application that enables users to explore cities around the globe. With an intuitive map interface, users can track and save their favorite city entries, discover new destinations, and curate personalized traveled cities lists.
- Map Geolocation : Users can choose their preferred cities by simply clicking on the map locations.
- Cities List : Users can review and remove cities they have saved.
- Countries List : Users can access a list of countries corresponding to the cities they have saved.
- Map View : Users can view the cities they have saved on the map.
- React : JavaScript library for UI development.
- Vite : A blazing fast frontend build tool
- JSONBIN : REST interface to store & retrieve JSON data from the cloud
- Leaflet : A JavaScript library for interactive maps
- React Leaflet : React components for Leaflet maps
- ESLint : Find and fix problems with JavaScript code
git clone https://github.com/pfiterman/webAppWorldWise.git
- Install the required dependencies:
npm install
- Run the developtment Server
npm run dev
- Access the application
http://localhost:5173
You can access our application using the following fake user account:
- User: jack@example.com
- Password: qwerty!@#%
