This is my solution to the REST Countries API with color theme switcher challenge on Frontend Mentor.
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: https://github.com/andy-devs/rest-countries-api
- Live Site URL: https://rest-countries-api-sigma.vercel.app/countries
- React - JS library
- React Router - Routing library for React
- Mantine - React components library
- Countries API - REST Countries API
I learned how to work better with React Router, multiple fetches from API and theme change. It was enjoyable experience!
I think I'm going to continue learning React and It's ecosystem and do more difficult projects with it.