A simple app to practice reading hiragana and katakana, the two syllabaries used to write Japanese morae.
You can find it online at kana.party.
pnpm install
pnpm run dev
The libraries of words currently used are pretty basic and could do with improving and expanding. The application currently loads them in their entirety from JSON into memory, which might not be sensible if they get too large.
Statistics and general feedback for the user would be a nice to have.