/Countries-App

React App that integrating with the REST Countries API to pull country data and display it like in the designs in Frontend Mentor

Primary LanguageJavaScript

Countries App

A simple countries app that integrating with the REST Countries API to pull country data and display using design from FrontEnd Mentor.

Your users should be able to:

  • See all countries from the API on the homepage
  • Search for a country using an input field
  • Filter countries by region
  • Click on a country to see more detailed information on a separate page
  • Toggle the color scheme between light and dark mode.

Getting started

  • Fork the project and clone it locally.

  • Install dependencies using npm:

    npm install
    • Start the project :
    npm start

    APIs

  • All countries details and information are retrieved from Rest Countries