Skip to content

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

Notifications You must be signed in to change notification settings

Gameel-Allam/Countries-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks