π¦οΈ Weather App
A simple and modern Weather Web App that allows users to check real-time weather details of any city using the OpenWeatherMap API. The app displays temperature, humidity, wind speed, and weather conditions with dynamic icons.
π FEATURES
π Search weather by city name
π‘οΈ Real-time temperature display (Β°C)
π§ Humidity information
π¬οΈ Wind speed details
π€οΈ Dynamic weather icons based on conditions
β Error handling for invalid city names
π± Responsive UI design
π οΈ TECH STACK
HTML5 β Structure
CSS3 β Styling & Layout
JavaScript (ES6) β Logic & API Handling
OpenWeatherMap API β Weather Data
π Project Structure
weather-app/
β
βββ index.html # Main HTML file
βββ style.css # Styling file
βββ script.js # JavaScript logic
βββ images/ # Weather icons & UI images
βββ README.md # Project documentation
βοΈ HOW IT WORKS.
-> User enters a city name in the search box.
-> JavaScript fetches weather data from OpenWeatherMap API.
-> App updates:
-> Temperature
-> City Name
-> Humidity
-> Wind Speed
-> Weather icon changes dynamically based on weather condition.