https://github.com/andhikayuana/todo-compose
Todo Android App with Compose
https://github.com/andhikayuana/todo-compose
android hilt hilt-android jetpack-compose kotlin kotlin-coroutines mvvm-android navigation-compose room-database todo todo-app
Last synced: 6 months ago
JSON representation
Todo Android App with Compose
- Host: GitHub
- URL: https://github.com/andhikayuana/todo-compose
- Owner: andhikayuana
- License: mit
- Created: 2022-12-12T08:40:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T03:26:44.000Z (over 3 years ago)
- Last Synced: 2025-02-04T03:59:14.700Z (over 1 year ago)
- Topics: android, hilt, hilt-android, jetpack-compose, kotlin, kotlin-coroutines, mvvm-android, navigation-compose, room-database, todo, todo-app
- Language: Kotlin
- Homepage:
- Size: 553 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo Android Compose
Todo Android App with Compose
## Requirements
- JDK 11
- Android Studio Dolphin + SDK
- Gradle 7.4
- Git
## Screenshots
| TodoLogin | TodoRegister | TodoList | TodoAddEdit | TodoDelete |
|-|-|--------------------------------------------------|--------------------------------------------------------|------------------------------------------------------|
|  |  |  |  |  |
## How to Run This Project
todo
## Architecture
todo
## MAD Score
todo
## Todo
- [x] Todo List
- [x] Todo Add or Edit
- [x] Using Local Data
- [x] Migrate to gradle version catalog
- [x] Add User Register and Login
- [ ] Store to Cloud (e.g. Firebase Firestore)
- [ ] Support Multiple Device
- [ ] Add Unit Test
- [ ] Add UI Test
- [ ] Add CI/CD
- [ ] UI Improvement