SkyCast - Weather App
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.

Frontend:
Backend:
Database:
ORM:
Tools:
Deployment:
What the project is?
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.
Why I built this?
I wanted to practice API integration and build a functional UI from scratch to improve my JavaScript and DOM manipulation skills.
What problem it solves?
SkyCast provides a quick and easy way to check the weather, demonstrating how client-side apps can fetch and display external data without frameworks.
Key Features











What I Learned / Challenges
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.