Weather Application Overview The Weather Application is a simple web-based tool that provides current weather information for a specified location. It fetches real-time weather data from an external API and displays the temperature, humidity, wind speed, and other relevant details to users in an easy-to-read format.
Features Current Weather: Displays the current temperature, weather conditions, wind speed, and humidity. City Search: Allows users to search for weather information by entering a city name. Responsive Design: Works seamlessly across different devices such as desktops, tablets, and smartphones. Error Handling: Informs users when an invalid city is entered or if there is an issue retrieving data from the API. Technology Stack Frontend: HTML5 CSS3 JavaScript (ES6) API: OpenWeatherMap API