"Know the weather. Rule your day. Wherever you are."
ClimCastWeather is a sleek, real-time weather web app that gives you live weather updates for any city on Earth.
With a minimalist design and lightning-fast performance, it helps you plan your day smarter — one forecast at a time.
Built using HTML, CSS, and JavaScript, this app fetches accurate data from the OpenWeatherMap API.
🌤️ Real-Time Weather Data — Get instant updates for any city worldwide.
🌡️ Temperature, Humidity & Wind Speed — All key weather metrics in one clean interface.
🌈 Dynamic Icons & Backgrounds — The visuals adapt based on the current weather!
📱 Responsive Design — Works beautifully on mobile, tablet, and desktop.
⚡ Fast & Lightweight — No frameworks, just pure JavaScript magic.
- User enters a city name.
- The app sends an API request to OpenWeatherMap.
- It fetches data like temperature, humidity, and weather condition.
- The UI updates dynamically with stunning weather visuals.
| Technology | Purpose |
|---|---|
| HTML5 | Structure and layout |
| CSS3 | Styling, layout, and responsiveness |
| JavaScript | Core logic and API handling |
| OpenWeatherMap API | Real-time weather data |