This is a fun little app that displays info about continents.
Steps to run:
- Run the node server "server.js"
- Go to localhost:8080/continents.html
- Click on the continent images to get info about them
Concepts I used in this projects:
- Parsing JSON objects
- AJAX requests
- Using local storage save data already fetched from server
- Event handlers