sammsulhoq / react-weather-app-pwa

A React app that shows weather information for a given place. The application incorporates features of PWA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App (A Progressive Web App)

v1.0.0

This is a react application where user can check weather for a particular location. This is a PWA application, that means we can install it. PWA Weather App Home

Available functionalities

  • Type the name of the city and it will show the current weather of that place. PWA Weather App Search Result

  • If there is no internet, the application displays an offline page which means it remains functional even if there is not internet connection. PWA Weather App Offline


How to run the project

Using npm
  • Clone the project into desired location and cd into the project folder.
  • Run npm start

Note: The docker script has not been added and it is a work in progress. Check this space for more updates regarding docker.

About

A React app that shows weather information for a given place. The application incorporates features of PWA.


Languages

Language:JavaScript 67.2%Language:HTML 26.6%Language:CSS 6.2%