Weather App
An app that shows the weather forecast with geolocation and hourly data.
Stack
- Astro
- TypeScript
- Tailwind CSS
- OpenWeather API
A lightweight app that consumes a weather API to show the current and upcoming forecast based on the user’s location.
What I learned
- Consuming external APIs and handling loading and error states.
- Browser geolocation and permissions.
- Performance optimization and image loading.