Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1003 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1003 Bytes

Weather - Progressive web app built with React

screenshot

This project is a React port of the progress web app weather by Google. All the images and design rights belong to Google.

It is built on top of create-react-pwa which is basically create-react-app with the goodness of progressive web app.

Getting Started

Install from source

First, clone the project:

$ git clone https://github.com/shettypuneeth/react-weather-pwa.git <my-project-name>
$ cd <my-project-name>

Then install dependencies and check to see it works.

$ npm install    # Install project dependencies
$ npm run start  # Compile and launch

Try out the progressive web app

The app is deployed at https://shettypuneeth.github.io/weather-pwa/