A simple weather app with a modern UI to search and display weather information.This is mini project of weather forecasting in JavaScript using API from OpenweatheMap.
- Enter a city name to search weather.
- Clear input and output with a button.
- Responsive design with hover effects.
- Clone the repository:
git clone https://github.com/your-username/weather-app.git- Go to the project folder:
cd weather-app- Open
index.htmlin a web browser.
- Type a city name in the input field.
- Click "Search" to view weather (currently static).
- Click "Clear" to reset everything.
- HTML
- CSS
- JavaScript
- Fork this repository.
- Create a branch (
git checkout -b new-feature). - Make changes and commit (
git commit -m "Add feature"). - Push to your fork (
git push origin new-feature). - Submit a Pull Request.