-
allows users to create account, mark the countries they have been to simply by clicking on the country on the map
-
turns clicked coutry gray and add the country name to the visited country list and also increment the country count
-
allows users to easily undo an incorrect addition by clicking on the country one more time
-
makes it is easy to remember and visualize visited countries
-
allows zoom in & out by scrolling up & down, and pan across the map by clicking and dragging
-
allows users to hover over coutries to see the name of the country
Clone this repo: git clone https://github.com/nydkim/scratchMap.git
Install dependencies: npm i
Run the app: npm run
- D3.js
- React
- React Router
- Express
- PostgreSQL