Goal
Build a weather dashboard that lets a user search a city and see current conditions, using a free public weather API.What you'll practice
-
Working with
fetchand async/await
- Handling loading and error states
- Rendering API data into the DOM
- Storing recent searches in localStorage