shettypuneeth / react-weather-pwa

Weather - Progressive web app built with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Weather - Progressive web app built with React


Languages

Language:JavaScript 76.9%Language:CSS 18.1%Language:HTML 5.0%