/rtk-finder

A web application to look up kanji using the RTK (Remembering the Kanji) method

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

RTKFinder

RTKFinder is a tool for Japanese learners who have used James Heisig's Remembering the Kanji. It allows you to find kanji by keyword and vice versa.

The app used to include primitives and the ability to search by them, but unfortunately this feature has been removed to avoid copyright issues.

You can currently find it hosted here: https://rtk.bgior.com

Development

The application is a Vue CLI project, you can run it from source by following the steps below:

  • Install Vue CLI: npm install -g @vue/cli
  • Install dependencies: npm install
  • Run the development server: npm run serve

More useful commands:

  • Generate the production build: npm run build
  • Run the linter: npm run lint
  • Inspect the autogenerated webpack config: npm run inspect

Aknowledgements

The data is based on heisig-kanjis repository, which in turn comes from Remembering the Kanji.

Contact

You can get in touch with me here.