An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kana Flashcards

![Kana Flashcards](./docs/banner.png)

![GitHub package.json version](https://img.shields.io/github/package-json/v/kleber-swf/kana-flashcards?style=for-the-badge)

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.