sxsphinxstack

Projects / The quote wall

The quote wall

Use with: build-web-app. Resume line when done: Built {project_name}, a quote archive app for my friend group — live at {url}

Brief

An archive of funny things your friends and family have said, each quote dated and attributed, with a random-quote button that makes the group chat resurface old ones. Add a quote the moment it happens, browse by person, and hit random when the group needs a laugh. Quotes persist across reloads (localStorage is fine). Ask each person before their quotes go up.

Personalize

Milestones

  1. Model in the README: what is a quote (text, who, date, context), and what the wall shows when it is empty.
  2. Hardcoded seed quotes on a page, deployed. Ugly is fine.
  3. Add, edit, and delete quotes in the browser; quotes survive a reload; empty state designed.
  4. The random button, weighted so recent additions do not drown the classics.
  5. Filter by person, with per-person counts.
  6. Share the URL with the group and log a week of additions. Final README with the consent list and what the group did with it.

Done means