Skip to content

ayakh99/countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - REST Countries API with color theme switcher solution

This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • Preview all countries from the API on the homepage
  • Click through different pages of countries
  • Search for a country using an input field
  • Filter countries by region
  • Search for a country within a specific region (combined Filter + Search)
  • Click on a country to see more detailed information on a separate page
  • Click through to the border countries on the detail page
  • Toggle the color scheme between light and dark mode

Screenshots

Light mode Dark Mode

Links

Process

Built with

  • React.js
  • MUI
  • SASS

Useful resources

How To Create A Custom React Hook To Fetch And Cache Data