JEKO10 / Countries

This is a solution to the REST Countries API with color theme switcher. Created in React, using REST Countries API.

Home Page:https://jeko10.github.io/Countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Countries
(React)


Table of contents

Project task

This is a solution to the REST Countries API with color theme switcher. Created in React, using REST Countries API.

Project overview

In this challenge, I displayed countries with all the necessary information about a specific country, such as name, population, region, capital, etc. There is filtering, based on selected region(continent). You are able to search for countries and change the color theme. I used context as an app provider. In there, I set up the state for countries and themes. I used local storage for saving user's selected theme.

Built with

  • React
  • CSS
  • REST Countries API
  • GitHub Pages

Live preview

Click for live preview

About

This is a solution to the REST Countries API with color theme switcher. Created in React, using REST Countries API.

https://jeko10.github.io/Countries/


Languages

Language:JavaScript 68.5%Language:CSS 24.6%Language:HTML 6.9%