Skip to content
/ kana Public

A simple app to practice reading hiragana and katakana

Notifications You must be signed in to change notification settings

rdunk/kana

Repository files navigation

Kana

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.

Run locally

pnpm install
pnpm run dev

Future progress

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.