A simple and responsive Weather App built using HTML, CSS, and JavaScript that fetches real-time weather data from the OpenWeatherMap API. Users can search for any city and instantly see the current temperature, weather condition, and min/max temperatures.
π Features
π Search weather by city name
π‘οΈ Displays current temperature (Β°C)
βοΈ Shows weather condition (Sunny, Cloudy, Rain, etc.)
π Displays minimum and maximum temperatures
π Shows current date
π¨ Clean UI with background image and gradient overlay
π οΈ Technologies Used
HTML5 β Structure
CSS3 β Styling & layout
JavaScript (Vanilla JS) β Logic & API handling
OpenWeatherMap API β Weather data
weather-app/
β
βββ index.html
βββ main.css
βββ main.js
βββ bg.jpg
βββ README.md