Built a weather app with AI-generated summaries and city bookmarking—feedback welcome (took me 9-10 days; learned a lot)
Hey everyone, wanted to share a project I just finished. It's a weather app, but I tried to push past the typical "fetch API, show temperature" tutorial project. Features: AI-generated natural language weather summaries instead of raw numbers Stack: React + Vite, deployed on Vercel Stuff that actually gave me trouble: Debouncing the city search so it doesn't spam the API on every keystroke It took about 9-10 days total, mostly because I kept refactoring state management once bookmarks, search, a


