This is my solution to REST countries API with theme switcher challenge by Frontendmentor.io. which is used for browsing countries information from a set of public RESTful APIs.
Click here
- 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
- Toggle the color scheme between light and dark mode
- See the hover states for all the interactive elements on the page
- View the optimal layout for the site depending on their device's screen size
- HTML5 Markup language
- CSS3 Custom Properties
- Vanilla javascript