A simple web application that provides real-time weather information based on the location you search. Built using HTML, CSS, and JavaScript, it fetches weather data from a public API to display current conditions, temperature, and forecast for any city.
- Location-Based Weather Search: Enter any city name to get up-to-date weather information.
- Current Weather and Forecast: Displays temperature, weather conditions, and other details.
- Responsive Design: Optimized for both mobile and desktop devices.
- HTML - Structures the content.
- CSS - Styles the app with a clean, responsive design.
- JavaScript - Fetches and displays data dynamically from the weather API.
- Weather API - Retrieves real-time weather data (e.g., OpenWeatherMap API).