SkyCast is a simple and fast weather app built with HTML, CSS, and plain JavaScript. It fetches real-time weather data using the OpenWeatherMap API and displays temperature, conditions, and more in a clean UI.

SkyCast is a lightweight weather application that interacts with a public API to fetch weather data for any city entered by the user. It updates the UI dynamically with icons, temperature, and other stats.
I wanted to practice API integration and build a functional UI from scratch to improve my JavaScript and DOM manipulation skills.
SkyCast provides a quick and easy way to check the weather, demonstrating how client-side apps can fetch and display external data without frameworks.











Learned how to work with third-party APIs, handle JSON responses, and implement asynchronous operations using Fetch API. Faced challenges with API error handling and smooth UI updates.