Tasuku is a minimalist, Android to-do application built with Kotlin and Jetpack Compose. It follows the "Material Expressive" design, prioritizing a clean, modern interface and a seamless user experience.
- Material 3 Expressive design: Sleek and modern UI with fluid transitions and card-based layouts.
- Dynamic color: Seamlessly adapts to your wallpaper's color scheme on Android 12+ via Material You.
- Theming modes: Full support for Light, Dark, and System (auto-switching) themes.
- Minimalist workflow: Single-screen focus for quick task entry and management.
- Offline-first: All tasks are stored locally via Room Database — no accounts or network required.
The app is currently in early development. You can download the latest debug APK from the GitHub Actions artifacts.
- Clone this repository:
git clone https://github.com/rimehrab/tasuku.git- Open the project in IntelliJ IDEA Ultimate or Android Studio.
- Sync Gradle files and resolve dependencies.
- Run the project on an emulator or a physical device.
- Programming language: Kotlin
- UI Framework: Jetpack Compose
- Design framework: Material 3 Expressive
- Architecture: MVVM
- Database: Room (SQLite)
- CI/CD: GitHub Actions
Feel free to reach out with questions or suggestions:
- Email: contact@rimehrab.is-a.dev
- hotarunichijou for the idea of it.
- syntaxspin for the amazing icon.