sxsphinxstack

Projects / Flashcards for one class

Flashcards for one class

Use with: build-web-app. Resume line when done: Built {project_name}, a flashcard app I studied {class} with — live at {url}

Brief

A flashcard app for the one class you are studying right now, with a deck you type in from your own notes. Flip a card, mark it right or wrong, shuffle, and rerun the ones you missed. The deck and your right/wrong marks persist across reloads (localStorage is fine). One deck, one class, done completely.

Personalize

Milestones

  1. Card model in the README: front, back, and what the app tracks about each card across sessions.
  2. Hardcoded ten-card deck with flip and next, deployed. Ugly is fine.
  3. Add, edit, and delete cards in the browser; deck survives a reload; empty state designed for the day before you type cards.
  4. Right/wrong marking with a rerun mode that shows only missed cards.
  5. Shuffle, plus a per-card count of times missed so the stubborn cards surface.
  6. Study for the real test with it. Write the result and what you changed afterward into the final README.

Done means