This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor.
It was a nice challange, spent quite a time here. It was nice to use differents libraries to make things work, i scrumbled across some difficulties but nothing that a couple googles didn't resolved.
I might implement a couple more things later on, like filters and details in the country page.
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: https://lukas-wikicountry.netlify.app/
- Semantic HTML5 markup
- Flexbox
- CSS Grid
- React - JS library
- Styled Components - For styles
- Custom Libraries