This project is a Weather App that provides live weather updates and a three-day forecast. It aims to help users plan their activities by providing accurate weather information in a user-friendly interface.
List the main features of your project. For example:
- Live weather updates
- Three-day weather forecast
- User authentication
Include screenshots or a link to a live demo of your project. For example: ![Demo Screenshot](
You can check out the live demo here.
Mention the technologies and frameworks you used in your project. For example:
- HTML
- CSS
- JavaScript
- API integrations
Provide a step-by-step guide on how to set up the project locally. For example:
- Clone the repository:
git clone https://github.com/rishabh0com/weather_app.git
weather_app ├── images/ │ └── ... ├── README.md ├── index.html ├── script.js └── style.css