Genki Kanji is a free resource to quickly search through the Kanji taught in the Genki 1 textbook.
This web app is mainly geared towards students and instructors. I thought of it since I had trouble remembering which kanji I was expected to know when doing my textbook homework.
I also thought that teachers can use this when making lesson materials to quickly check if students are expected to know certain kanji's in each chapter.
Try it here! Genki Kanji
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm run dev
To Visit App:
localhost:3000/genki-kanji/
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Add missing kanji from Genki 2 (maybe when I finish studying Genki 1 myself)
- Dark mode
- Accessibility adjustments (high contrast ?)
- Some kind of lazy image loading to decrease load on server
- Create download links to clean modern powerpoint slides of kanji strokes for each lesson
Special thanks to the team behind Kanji Alive for their kanji strokes and Takashi Mifune for all of the illustrations.