Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.63 KB

World Weather App

An app that provides you current weather and temperature in a nation.


Demo & Feature

This is World Weather App looks by default :



This World Weather App changes its background dominant color, depending on a country's current temperature

Countries whose current temparutre is below 30°C

The background image is blue color dominant :

Countries whose current temparutre is above 30°C

The background image is red color dominant :

How to Run :

In the project directory, you can :

  1. Install dependencies :
yarn
  1. Run this app on your browser :
yarn start

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.


Reference


Hello !