This simple web application allows users to check the weather forecast and conditions of any location. Users can enter a location and get real-time weather information.
Features
City Search: Users can search for a city's weather forecast.
Geolocation-Based Weather: The app retrieves and displays the weather forecast based on the user's location.
Dynamic Weather Data: Displays temperature, condition, humidity, wind speed.
Technologies Used
HTML5 for page structure.
CSS3 for styling the page layout.
JavaScript (ES6) to handle weather data fetching, UI updates, and API integration.
Weather API for real-time weather data retrieval.