syt0r / Kanji-Dojo

Multiplatform application to memorize Japanese
GNU General Public License v3.0
159 stars 4 forks source link
android android-app compose-multiplatform hiragana japanese jetpack-compose kanji katakana

Kanji Dojo

Learn & practice writing Japanese characters

Features

There is separate repository for dictionaries parser and data here: Kanji-Dojo-Data

Screenshots

Downloads

Android

Get it on F-Droid Get it on Google Play

Or get the latest APK from the Releases Section.

Desktop

To run the app install Java 17 or higher. Download jar from Github Releases for your platform, open it with double click or use command java -jar <filename>.jar

Version comparison

Feature Fdroid Google Play Desktop
Analytics - Firebase, enabled by default -
Other - Play services in app review -

Contributing

Project details

Used libraries: Compose Multiplatform, Kotlin Coroutines, Koin, SqlDelight

Most parts of the app are implemented in the core multiplatform module. The app module only contains some specific parts for the Fdroid and Google Play versions (flavors)

Under the main package path there are 2 different packages:

Typically a feature under core package is placed in a separate package and consist of an interface and implementation.

The presentation package contains common UI and screen infrastructure. A single screen contains:

There is a single Koin's module for all features under core package, but there are also separate modules for a platform (platformComponentsModule) and flavor (flavorModule) specific features. All screens have their own koin modules

Credits

License

(c) 2022-2023 Yaroslav Shuliak

This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this app. If not, see https://www.gnu.org/licenses/.