Skip to content

🌐 Show list of countries in Light and Dark modes! Amazing challenge from Frontend Mentor

Notifications You must be signed in to change notification settings

samuelreichert/countries-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Countries App with Theme Switcher

Website made using Rest Countries API, React, and Typescript
from Frontend Mentor Challenges

Tech Stack

  • React
  • TypeScript
  • Styled Components

Setup

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Features

  • 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

About

🌐 Show list of countries in Light and Dark modes! Amazing challenge from Frontend Mentor

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 48.7%
  • JavaScript 36.1%
  • HTML 13.9%
  • CSS 1.3%