https://github.com/kleber-swf/kana-flashcards
A Kana (Japanese alphabets) flashcards
https://github.com/kleber-swf/kana-flashcards
hiragana kana-trainer katakana
Last synced: about 2 months ago
JSON representation
A Kana (Japanese alphabets) flashcards
- Host: GitHub
- URL: https://github.com/kleber-swf/kana-flashcards
- Owner: kleber-swf
- License: mit
- Created: 2022-06-13T12:13:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T17:09:39.000Z (about 1 year ago)
- Last Synced: 2025-03-20T10:33:30.648Z (7 months ago)
- Topics: hiragana, kana-trainer, katakana
- Language: TypeScript
- Homepage: https://kana-flashcards-e054a.web.app/
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kana Flashcards


https://kana-flashcards-e054a.web.app/
A very begginer-friendly Kana training using flash cards approach. You can filter the contents to what you already studied and time your attempts to see your improvements.
## Features
- **Hiragana** alphabet (black) - Gojuon, Dakuon/Handakuon & Yōon
- **Katakana** alphabet (white) - Gojuon, Dakuon/Handakuon & Yōon
- **Romaji** characters to help reading
- **Filters** to help you train only what you know
- Optional **time to reveal** the character
- Optional **auto advance** to the next character with a timer
- Train **kana to romaji** or **romaji to kana**
- Optional **pronunciation sound** for each character
- Speed results with records
- Mobile and desktop## Development
> I've made this project to help me study kana characters and it'll evolve as I progress. Feel free to use it and improve it as you wish!
If you want to run the game locally, after cloning it, run:
```
npm install
```to install the dependencies and
```
npm start
```to serve it locally or
```
npm run dev
```to run in development mode.