← 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

  1. 1
    Bootstrap with `npm create vite@latest`
  2. 2
    Build a search box + city autocomplete
  3. 3
    Fetch /forecast and render a daily summary
  4. 4
    Cache 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