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.
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
.
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.
This project is licensed under the MIT License - see the LICENSE.md file for details