Skip to content

vladosdc/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Stack: React, Redux, SCSS

The weather app shows the following data: humidity, temperature, wind speed, pressure, visibility. You can request data for a city or country as well as for an area. It also shows a picture of the searched city/country and a small weather forecast for 3 days.

Weather App

To run on your computer

1.Download the project

2.Open terminal and write these commands:

npm install

npm start