Weather App Project Description
Weather App is a simple web application built with HTML, CSS, and JavaScript that allows users to search for weather information in any city.The application fetches real-time weather data from a weather API and displays key details such as the current temperature, weather condition, humidity, wind speed, and a 5-day forecast.
The user can enter a city name into the search bar and click the search button to view updated weather information.The interface is designed to be clean, responsive, and user-friendly, making it easy to access weather updates on both desktop and mobile devices.
Main Features Search weather by city name Display current temperature Show weather conditions (Sunny, Cloudy, Rainy, etc.) Display humidity and wind speed Show a 5-day weather forecast Responsive and modern user interface Real-time weather updates using an API
Language Used HTML – Structure of the application CSS – Styling and layout JavaScript – Functionality and API integration OpenWeather API – Weather data source
Project Goal The goal of this project is to demonstrate the use of front-end web development technologies and API integration to create an interactive and user-friendly weather forecasting application.