https://github.com/MahdiarRez/World-Conqueror
Simple web app that allows users to keep track of the places they've visited
https://github.com/MahdiarRez/World-Conqueror
Last synced: 5 months ago
JSON representation
Simple web app that allows users to keep track of the places they've visited
- Host: GitHub
- URL: https://github.com/MahdiarRez/World-Conqueror
- Owner: MahdiarRez
- Created: 2024-08-09T20:32:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T09:34:09.000Z (9 months ago)
- Last Synced: 2024-12-17T03:33:06.359Z (6 months ago)
- Language: JavaScript
- Homepage: https://world-conqueror.netlify.app
- Size: 36.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World-Conqueror Web App
Simple web app that allows users to keep track of the places they've visited. Built to highlight routing, the react context API as well as the leaflet library.
- You can use this project by start JSON server for use city list database.Getting Started
Run npm install or bun install to install all needed dependencies.$ npm install
The API is simulated by a JSON file in the data folder running on json-server. The --delay flag is set to 500 milliseconds to simulate latency so the loading components have time to render. This can be changed inside package.json.# start !
Write them in two seperate terminal instance :$ npm run server
$ npm run dev
# Screenshots of app
![]()
![]()
![]()
![]()
![]()
![]()