Skip to content

scottmcook/flag-filter-fun

Repository files navigation

Flag Filter Fun - REST Countries API with color theme switcher

Links

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
  • Toggle the color scheme between light and dark mode (optional)

Screenshots

Light mode

Screenshot 2024-02-07 at 9 04 56 PM

Dark mode

Screenshot 2024-02-07 at 9 04 44 PM

Performance

Screenshot 2024-02-07 at 9 01 27 PM

Running locally

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5173/ with your browser to see the result.

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

Built with

Author