Skip to content

Ahmad3366/Sudan_interactive_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudan_interactive_map

a small project i made for fun :)

HOW TO RUN

you can directly open index.html or using live server extension on vscode

states data are saved in state.json, in order for the endpoints to work you need to use json-server
you can use it directly by running :
npx json-server --watch ./state.json --port 3000
or install it by running :
npm install -g json-server
and then use it
json-server --watch states.json --port 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published