A simple and intuitive weather application that provides real-time weather information for any city around the globe. Built using HTML, CSS, and JavaScript, this app fetches weather data from the OpenWeather API and displays current temperature, weather conditions, and additional details like humidity and wind speed.
Real-Time Weather Data: Get up-to-date weather information for any city. Interactive UI: A clean and responsive user interface that adapts to various screen sizes. Location-Based Search: Easily search for weather data by entering any city name. Additional Details: View extra information such as humidity, wind speed, and weather descriptions.
Enter the name of the city in the search bar. Click the "Search" button to fetch weather data. The app will display the temperature, humidity, wind speed, and a brief description of the weather.
HTML5 CSS3 JavaScript OpenWeather API
Forecast Data: Display a 5-day weather forecast for the searched city. Geolocation: Automatically fetch weather data based on user’s current location. Enhanced UI/UX: Add animations and additional styling for a better user experience.