Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.18 KB

README.md

File metadata and controls

77 lines (47 loc) · 2.18 KB

Frontend Mentor - REST Countries API with color theme switcher solution

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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

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)

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Material ui - For styles

What I learned

  • i learned how to use MUI for a real project
  • i countinued my learning on how to use API and how to implement it with my project
  • i also learned how to use useParams to access the name of each country from the browser address bar

Continued development

I will continue to learn how to use API by creating web apps that uses an API

Author

Acknowledgments

i would like to acknowledge tsbsankara on youtube his solution was helpful