A responsive web app that fetches real-time weather data using APIs and displays it with a clean UI and graphs.
!

[Try it here]https://ornate-cranachan-c52b2e.netlify.app/
- HTML โ Semantic structure
- CSS โ Responsive design & theming
- JavaScript โ Async logic & DOM manipulation
- Weather API โ Real-time data using
fetch()&async/await
This project strengthened my understanding of:
- Asynchronous JavaScript (async/await)
- API integration & handling JSON data
- Dynamic DOM manipulation
- Responsive and theme-able frontend design