Skip to content

gornyyvladimir/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

This project was bootstrapped with Create React App.

This project was created for training React.js. It use Styled components for css in Js, Unsplash api to upload weather images, Open Weather Map to get current weather.

Project built on React 16, ES7. It use async, await, axios for make requests. The project is adapted to PWA.

Setup

Requirements

  1. NVM
  2. Node >4, <=9
  3. Yarn
  4. Watchman

Starting

Resolve dependencies

yarn

Start app on dev server

yarn start

Run tests

yarn test

Deployment

All tagged commits trigger deploy to GitHub pages

Use this command to update version

yarn version