The Weather App is a simple and interactive web application that allows users to check real-time weather information by entering a city name. The app fetches live weather data using a Weather API and displays temperature, humidity, and weather conditions.
Search weather by city name Displays temperature Shows humidity level Shows weather condition
HTML CSS JavaScript Weather API
Through the development of this Weather App,I gained practical experience in integrating a real-time Weather API and handling JSON data using JavaScript.I improved my understanding of DOM manipulation,event handling and working with user inputs.This project also helped me strengthen my front-end development skills using HTML and CSS while learning how to structure a real-world web application and implement proper error handling.