DEV Community

alishkaah
alishkaah

Posted on • Updated on

Know Your World

PROBLEM STATEMENT:

Many people don't know the names of the countries in the world, and this project aims to educate them. A NGO organization may require information on a country's population and exact location in order to determine how best to assist the people there..

SOLUTION STATEMENT:

Create a web application that uses data from the RES COUNTRIES API and allows users to search and retrieve the following data. a country's population, the currencies it uses, its flag, and the region it is located, along with a country code like (+254, +44),
Users should be able to:

  1. See all countries from the API on the homepage
  2. Search for a country using an input field
  3. See countries’s region Image description

Feature to be added

  1. Click on a country to see more detailed information on a separate page
  2. Click through to the border countries on the detail page
  3. All countries displayed on the home page

How to use a Res Countries api

Image description
fetch data first then manipulate Dom and display into webpage

Top comments (0)