Find out the current weather forecast in any city around the world. Download the app directly from a browser and use anywhere 😀
I built this app to learn more about the idea of styled components with React, PWA concepts and PRPL pattern too. The project main idea is that anyone wants discover the weather around the world or local can search and find easily, with a nice UI and great usability.
- PWA
- Responsive
- Offline ready (in progress)
- Installable (add to Homescreen)
git clone git@github.com:murillo94/weather-pwa.git
yarn install
yarn dev
To open the project in production mode, use:
yarn prod