Project Emily is an MVP JLPT N4 practice app based on the TRY! 日本語能力試験 N4 word bank.
Current scope:
- chapter-based kanji and vocabulary exams
- Google-authenticated learner accounts
- saved exam history and progress tracking
- file-first content workflow with DB-backed runtime data
Key project assets:
- product requirements:
PROJECT_EMILY_MVP_PRD.md - content model and caveats:
docs/ - canonical source content:
content/try_n4/ - DB schema:
db/project_emily_schema.sql - content/import scripts:
scripts/
The repository currently focuses on content preparation, MVP product definition, and runtime database design.