Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 925 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 925 Bytes

REST Countries API with Color Theme Switcher

This is my solution to the Country Theme Switcher and REST Filter Challenge.

The Live site

https://liliyao2022.github.io/rest-countries-api/

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
  • 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
  • Additional Feature: persist website dark/light theme in local storage

Built With

  • HTML5 markup
  • Responsive CSS/SCSS
  • ES6 Javascript
  • Mobile-first workflow
  • Fontawesome
  • React
  • react-router-dom-6.4.2
  • REST Countries API