An open API service indexing awesome lists of open source software.

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

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

Screenshot 1403-06-22 at 13 01 59
Screenshot 1403-05-30 at 18 09 13
Screenshot 1403-05-30 at 18 10 05
Screenshot 1403-05-30 at 18 10 17
Screenshot 1403-05-30 at 18 10 33
Screenshot 1403-05-30 at 18 10 41