A simple and responsive Weather Application that allows users to search for real-time weather information of any city using a weather API.
- 🌍 Search weather by city name
- 🌡️ Displays temperature, humidity, and weather conditions
- 📱 Responsive design (works on mobile & desktop)
- ⚡ Fast and user-friendly interface
- HTML
- CSS
- JavaScript
- Weather API (OpenWeather API)
weatherApp/
│── index.html
│── search.html
│── world.html
│── style.css
│── script.js
│── config.js (ignored - contains API key)
│── .gitignore
│── README.md
- Clone the repository:
git clone https://github.com/your-username/IBIP.git
- Open the project folder:
cd IBIP
- Open
index.htmlin your browser