indraAK / rest-countries

REST Countries API with color theme switcher

Home Page:https://optimistic-brown-d5a8fd.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST Countries API with color theme switcher

Solution for a challenge from Frontend Mentor.

screenshot

integrate with the REST Countries API to pull country data and display it like in the designs.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/indraAK/rest-countries

# Install dependencies
$ npm install

# Run the app
$ npm start

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

Built With

About

REST Countries API with color theme switcher

https://optimistic-brown-d5a8fd.netlify.app/


Languages

Language:JavaScript 82.4%Language:HTML 11.4%Language:CSS 6.2%