Skip to content

philipHinch/world-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Countries

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:

  1. VANILLA JAVASCRIPT
  2. FETCH API
  3. ASYNC/AWAIT
  4. HIGH ORDER FUNCTIONS
  5. HTML
  6. CSS

Preview

View World Countries