Skip to content

A webapp to practice recognition of selected groups of hiragana and katakana

Notifications You must be signed in to change notification settings

Wodorek/kana-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kana-trainer

A simple webapp to practice recognition of selected hiragana and katakana groups

Table of contents

General info

This is a simple webapp I created to aid me in japanese language study. To start, select the groups on which you wish to quiz yourself, and press start. You will be presented with a series of questions, in form of cards, to complete. The questions are immediately validated, with progress bar and stats box informing you about progress. When all of the questions are completed, you will be able to repeat the practice with the same groups, or choose different ones.

Technologies used

Setup

To run this project locally, clone it and install using npm:

$cd ../kana-trainer
$npm install
$npm start