docs: add flashcard app design spec

Initial design for a single-user local flashcard webapp with hierarchical
lessons, Leitner-based spaced repetition, Excel import/export, and
animated practice UI.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 20:08:09 +02:00
commit 35fd3d6adc
2 changed files with 373 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
node_modules/
dist/
build/
.DS_Store
.env
.env.local
data/*.db
data/*.db-*
coverage/
.vite/
*.log