A clean and responsive Weather App that allows users to search for any city and instantly get the current weather information.
Built using HTML, CSS, and JavaScript, and powered by the OpenWeatherMap API to fetch real-time weather data.
Key Features:
Search by city name
Displays temperature, weather condition, humidity, and wind speed
Weather icons that match the current condition
Handles invalid city names with friendly error messages
Responsive design for all screen sizes
This project highlights my ability to work with APIs, manage asynchronous JavaScript (fetch), and create dynamic content based on user input.