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.
-
Type the name of the city and it will show the current weather of that place.
-
If there is no internet, the application displays an offline page which means it remains functional even if there is not internet connection.
- 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.