Weather Forecast is a responsive weather forecasting web application that provides real-time weather data based on user location or searched city.
The application is built using HTML5, CSS3, Bootstrap, and JavaScript (ES6) and integrates a live Weather API to fetch dynamic weather information including temperature, weather conditions, humidity, and wind speed.
Key features include:
Real-time API data fetching using Fetch API
Asynchronous JavaScript handling (Promises / Async-Await)
Dynamic DOM updates
Search functionality by city name
Responsive and user-friendly UI design
Error handling for invalid inputs
This project demonstrates strong understanding of API integration, data handling, and interactive front-end development principles.