This is my solution to the Country Theme Switcher and REST Filter Challenge.
https://liliyao2022.github.io/rest-countries-api/
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
- HTML5 markup
- Responsive CSS/SCSS
- ES6 Javascript
- Mobile-first workflow
- Fontawesome
- React
- react-router-dom-6.4.2
- REST Countries API