A weather app with dynamic background. The background changes when a certain temperature threshold is reached.
A weather app with dynamic background change. The background changes when a certain threshold of temperature is exceeded.
$ git clone https://github.com/AdityaBhattacharya1/Weather-App
Further, you need to have npm and node installed globally on your machine.
After cloning, run npm install
in this directory to install the necessary node modules.
To start the project, cd
into the Weather-App
directory and run:
npm start
Open http://localhost:3000 to view the weather app in your desired browser.