Weatherify is a web-based realtime weather app. Weatherify is built with great UI and a friendly user experience which makes it very easy to use. It is also responsive hence it adapts itself according to device display size.
You can checkout Finished App straight into your browser, just click here
.
Note that to use weatherify
in your system first, get a free API key from openweatherapi
and put that API_KEY
in place of YOUR_API_KEY_HERE
present inside the main.jsx
file which is present in the project directory
git clone https://github.com/himanshu12345yadav/Weatherify.git
cd Weather-App
To run the app successfully you must have npm installed in your system which is shipped along Node js
.
To install the dependencies, you can run :
npm install --production
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000
to view it in the browser.
The page will reload as you make edits.
You will also see any lint errors in the console.
Happy Hacking!