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.
This project creates a detailed listed view of country cards. It can filter through the countries by region, or by name through the search feature. Clicking on a card redirects the browser to a site with more details of the country.
- API: REST Countries
- Challenge URL: Frontend Mentor
- Live Site URL: Live URL
I built this project with React and Tailwind CSS.
- HTML5
- CSS
- Tailwind CSS
- React JS
- React Router
- Vite
During the making of this project, I've practiced various skills in HTML and CSS, and React.
In React,
- How to use react router to create a multipage website
- Frontend Mentor - @FG-ABC