Skip to content

rimshub/rest-countries-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Countries API with color theme switcher

Website which integrates with the REST Countries API to pull country data and display it.

User 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

Screenshot

Built with

  • React - JS library
  • Bootstrap v5.0 - For styles
  • Some CSS custom properties
  • Mobile-first workflow

Author

Acknowledgments

This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor.