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.
Note: Delete this note and update the table of contents based on what sections you keep.
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 (optional)
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- Remix - Full-Stack JS Framework
- Tailwind CSS - For styles
Main learning point was fetching data and also implementing the theme switcher
If I ever decide to perfect this, I'd make it so that the page keeps the dark mode state over refreshes/the actual user.
- Frontend Mentor - @kubahasek
- Twitter - @kuba_hasek
I'd like to thank Emil Bryggare from the Remix Discord community who helped me get through an issue with fetching from the API twice, depending on the data from the first fetch.