Kanji Project is a web-based application designed to help users learn and practice Japanese kanji characters. Utilizing JavaScript, HTML5, and CSS3.
This project was created using Kanji VG. Please visit their repo to drop a star as their work is incredible and allows us to build web apps like this in a breeze.
This project is licensed under Apache License 2. Check the LICENSE for more info.
The use of Kanji VG should be made under their own license. Please check Kanji VG Licensing for more information.
- List of Kanji characters ranging from N5 to N4. The book that I reference the most for this list was
日本語チャレンジ N4 ・N5
ISBN: 4872177576 - See how the kanji is drawn in real-time.
- Replay the kanji drawing animation as many times as you need.
To view the current project live version, please check Kanji List
To run Kanji Project locally:
- Clone the repository:
git clone https://github.com/kin-cunico/kanji_project.git
- Change into cloned directory:
cd kanji_project - Install the required dependencies:
npm install vite vivus - Run project locally using Vite:
npm start - Navigate using your favorite browser to the localhost tha Vite created.