https://github.com/albeva/kana-practice
Web app to help practice hiragana and katakana comprehension.
https://github.com/albeva/kana-practice
hiragana japanese-study katakana language-learning
Last synced: about 1 month ago
JSON representation
Web app to help practice hiragana and katakana comprehension.
- Host: GitHub
- URL: https://github.com/albeva/kana-practice
- Owner: albeva
- License: mit
- Created: 2022-01-09T21:11:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T06:55:30.000Z (9 months ago)
- Last Synced: 2025-09-12T07:27:08.425Z (9 months ago)
- Topics: hiragana, japanese-study, katakana, language-learning
- Language: TypeScript
- Homepage: https://albeva.github.io/kana-practice
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KanaPractice
Simple web app to help practice reading hiragana and katakana.
## Setup local environment
You will need an up-to-date version of Node.js and Angular CLI installed.
Run `npm install` to download and install dependencies.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `./build.sh` to build the project. The build artefacts will be stored in the `docs/` directory.
## Further help
To get more help on the Angular CLI, use `ng help` or go check out the [The Angular CLI](https://angular.dev/tools/cli) page.