Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.27 KB

File metadata and controls

72 lines (50 loc) · 2.27 KB

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. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

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
  • Toggle the color scheme between light and dark mode

Screenshot

Links

My process

Built with

What I learned

  • Make AJAX requests
  • Manage client-side caching
  • Build filter and search components
  • Control pagination of large amount of data
  • Build components with Storybook
  • Use Context API to manage global states

Useful resources

Author