This is a web app to help learn the Japanese Hiragana and Katakana characters.
This takes heavy inspiration from the type-kana project and this fork of that project. At the time of this project's start these projects were no longer being maintained, and I took this as an opportunity to learn how to build a website.
Enjoy!
This is built on top of the Yew framework. The code is compiled using their preferred tool, trunk although I am sure that an alternative tool that compiles to WASM could be swapped in.
The Kana -> Romanji mapping is recorded within the kana_to_romanji.csv
file
located at the project root. Currently, this file supports a single alternative
romanji value. This file automatically gets generated into rust code at compile
time.