Pizza ordering website.
"WorldWise" is a user-friendly app designed to help users track their travel experiences and plan future trips effortlessly. Users can easily create lists of visited and desired destinations, complete with notes for each location. With its simplicity and convenience, "WorldWise" serves as a valuable tool for organizing travels and inspiring future adventures..
To install this App follow the instructions below.
npm and nodejs should be installed on your system.
- to clone the repository run the following command
git clone https://github.com/abdalhamedemad/worldwise.git
- to install the dependencies run the following command
npm install
- to start the app run the following command
npm run dev
- to start the Json Server run the following command
npm run server
after starting the app you can access the app on the following url
http://localhost:5173
- React - Web Framework
- Vite - Build Tool
- React-Router - Routing Library
- Json-Server - Fake Rest API
- react-leaflet - Map Library
This project is licensed under the MIT License - see the LICENSE.md file for details.