Skip to content

Darkened12/memorize-japanese

Repository files navigation

Hiragana/Katakana Memorization

I'm learning Japanese and I couldn't find a free app that fits my needs while also being ad-free. So I've made this one, you may use it on its live version here or download the Android app on releases.

How to install and run it

After cloning the repo, install Node.js and the Angular CLI. On the app's root folder, run npm install and npm audit fix. To run it locally on your browser, run the command ng serve --open.

How to build the Android app

You will need to install Android Studio. On the app's root folder, run ng build --configuration production and npx cap sync. Run npx cap open android and the project will be opened on Android Studio, ready to be built.

License

This project is licensed under the MIT License - see the LICENSE.md file for details