Gameel-Allam / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 59.3%Language:CSS 32.4%Language:HTML 8.3%