Skip to content

FG-ABC/FEM-RestCountries

Repository files navigation

Frontend Mentor - Rest Countries

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.

Table of contents

Overview

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.

Screenshot

Screenshot Screenshot

Links

My process

I built this project with React and Tailwind CSS.

Built with

  • HTML5
  • CSS
    • Tailwind CSS
  • React JS
    • React Router
  • Vite

What I learned

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

Author