Weather App | Mini Project

This JavaScript assignment involved building a fully functional weather application that fetches real-time data from a weather API. I used fetch to retrieve weather data, and displayed key information such as temperature, humidity, and conditions to the user. I also implemented DOM manipulation to dynamically update the UI based on the fetched data. Through this project, I gained hands-on experience working with APIs, asynchronous JavaScript, and creating interactive web applications.