This is one of my first javascript projects i developed and it was the first project were i fetched data from an api.
This is a Countries app that prvides with information about all the 250 countries of the world.
This app will allow you to search your countries or sort them either by population or by area.
The data was retrieved from Rest Countries API (https://restcountries.com/#api-endpoints-v2).
Technologies used:
- VANILLA JAVASCRIPT
- FETCH API
- ASYNC/AWAIT
- HIGH ORDER FUNCTIONS
- HTML
- CSS