A simple and responsive weather application that fetches real-time weather data using the OpenWeatherMap API.
- ๐ Search weather by city name
- ๐ก๏ธ Displays temperature in Celsius
- โ๏ธ Shows weather condition and description
- ๐ง Humidity information
- ๐ฌ๏ธ Wind speed
- ๐ Min & Max observed temperature
- ๐ซ๏ธ Atmospheric pressure
- ๐จ Clean and modern UI
- HTML
- CSS
- JavaScript (Vanilla JS)
- OpenWeatherMap API
- User enters a city name
- App sends a request to the weather API
- Receives JSON data
- Extracts useful information
- Displays it dynamically on the page
This project uses an API key from OpenWeatherMap.