kubahasek / countries-app

Home Page:https://countries-remix.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Remix - Full-Stack JS Framework
  • Tailwind CSS - For styles

What I learned

Main learning point was fetching data and also implementing the theme switcher

Continued development

If I ever decide to perfect this, I'd make it so that the page keeps the dark mode state over refreshes/the actual user.

Author

Acknowledgments

I'd like to thank Emil Bryggare from the Remix Discord community who helped me get through an issue with fetching from the API twice, depending on the data from the first fetch.

About

https://countries-remix.fly.dev/


Languages

Language:CSS 75.9%Language:TypeScript 22.9%Language:JavaScript 1.2%