← All projects
Beginner~6 hours
Weather Web App
A React app that fetches a public weather API and shows a 5-day forecast.
ReactViteTypeScriptOpenWeather
Build plan
- 1Bootstrap with `npm create vite@latest`
- 2Build a search box + city autocomplete
- 3Fetch /forecast and render a daily summary
- 4Cache results in localStorage with a 30-min TTL
Stuck?
Open the playground and prototype the trickiest part first. Even 20 lines of working code beats a perfect plan that never runs.
Open Playground