π¦οΈ Weather App
A responsive weather web application that displays real-time weather data such as temperature, humidity, wind speed, and weather conditions using a public API.
π Live Demo
π https://t29bhoomi.github.io/weather-app/
π Features
- π Search weather by city name
- π‘οΈ Real-time temperature updates
- π§ Humidity and wind speed display
- βοΈ Weather condition indicators (clear, cloudy, rain, etc.)
- π± Fully responsive design (works on mobile & desktop)
π οΈ Tech Stack
- HTML5
- CSS3
- JavaScript
- Weather API (OpenWeatherMap)
βοΈ How It Works
- User enters a city name
- App sends a request to the weather API
- API returns real-time weather data
- Data is displayed dynamically on the UI
π¦ Installation & Setup
If you want to run locally:
git clone https://github.com/t29bhoomi/weather-app.git cd weather-app
Open "index.html" in your browser.
π API Setup
- Get your API key from OpenWeatherMap
- Replace the API key in your JavaScript file:
const apiKey = "YOUR_API_KEY";
π― Future Improvements
- π Add location-based weather (GPS)
- π Dark mode
- π 5-day weather forecast
- π Multi-language support
π©βπ» Author
Bhoomi πββ¬ GitHub: https://github.com/t29bhoomi
β Support
If you like this project, give it a β on GitHub!