sxsphinxstack

Projects / A tracker for something you actually track

A tracker for something you actually track

Use with: build-web-app. Resume line when done: Built {project_name}, a data-backed tracking app — live at {url}

Brief

A web app that tracks one thing from your real life: habits, workouts, reading, practice hours, spending: and shows you something derived from the data: a streak, a total, a trend. Entries persist across reloads (localStorage is fine). One data type, done completely: add, edit, delete, and a designed empty state.

Personalize

Milestones

  1. Data model written in the README before any code: what is one entry, what are its fields, what does the app show when there are none.
  2. Add + list working, deployed. Ugly is fine.
  3. Persistence: entries survive a reload.
  4. Edit and delete, including the empty state when the last entry goes.
  5. The derived number, computed from real entries.
  6. Unhappy paths: bad input rejected with a message; storage unavailable handled. Then final README.

Done means