A simple webapp to practice recognition of selected hiragana and katakana groups
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.
- React v17.0.1
- Styled-components v5.2.1
- React-redux v7.2.2
To run this project locally, clone it and install using npm:
$cd ../kana-trainer
$npm install
$npm start