2024
Featured
Weather Dashboard
An interactive weather dashboard that displays current conditions and multi-day forecasts for any location. Built by consuming a public weather API, it demonstrates async data fetching, error handling, and responsive data visualisation.
JavaScript
HTML
CSS
REST API
Lessons Learned
- Consumed and parsed data from a third-party REST API
- Handled loading states, errors, and empty results gracefully
- Built responsive layouts that adapt to different screen sizes
- Practised async/await patterns for API calls