Skip to content

Raitvok/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

https://github.com/Raitvok/weather

This application displays the current weather and forecast for six days.
When loading the application displays a weather for Minsk.
If you want to find another country, city, type in search his name.

In the current day, you will see:

  • the date and day.
  • the temperature is current, night and day
  • a description of the weather
  • perceived temperature
  • humidity and visibility

The application has been built with help of API. Here you can find the link to it:

https://www.apixu.com/api.aspx

When creating the application used the following technologies:

  • HTML5 / CSS3
  • Grid layout
  • JS ES6
  • React

I am currently working on improving the application:

  • add redux (to exclude the treatment component);
  • add weather hour by hour;

To install the Weather Application will require:

  1. Download a repository from github:
    https://github.com/Raitvok/weather

  2. Install app

npm install

  1. Start up the app

npm start

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