A good-looking desktop app to check the current and future weather.
Big thanks to NRD for letting me use their figma designs.
The website fetches weather information from a 3rd party website and then displays it to the user.
The goal of this project is to provide the user a nice-looking weather app.
The user can check the weather and other information like wind speed, UV index, etc. That's pretty much it.
- Download NodeJS.
- Clone and navigate to the projects directory:
git clone https://github.com/meowstercatel/Forecast && cd Forecast
if you don't have git then you can download the project manually - install yarn:
npm i -g yarn
- Install requirements:
yarn install
- Run
yarn electron-dev
- The app will open automatically.