This project uses and explore the functionalities of React Router to build a SPA (single-page application) using yet context API, memo, useMemo and useCallback features to offer a application to registry the history of travells done around the world.
Run each of the lines above in a git bash terminal:
- Clone the repository
git clone https://github.com/heliohdd/worldwise-app.git
- Change to the project folder
cd worldwise-app
- Install NPM packages dependencies
npm install
- Run the database server
npm run server
- Open other git bash terminal in the project folder and run the application
npm run dev
Then open http://localhost:5173 with your browser to see the result.