Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musaibshabir/todo
A simple Task Manager App
https://github.com/musaibshabir/todo
android android-app clean-architecture hilt-dependency-injection kotlin mvvm-architecture room-database todoapp viewmodel
Last synced: 2 days ago
JSON representation
A simple Task Manager App
- Host: GitHub
- URL: https://github.com/musaibshabir/todo
- Owner: MusaibShabir
- Created: 2024-02-06T07:18:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:03:59.000Z (23 days ago)
- Last Synced: 2024-10-27T11:27:34.062Z (23 days ago)
- Topics: android, android-app, clean-architecture, hilt-dependency-injection, kotlin, mvvm-architecture, room-database, todoapp, viewmodel
- Language: Kotlin
- Homepage:
- Size: 1.23 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo
Todo simplifies task management and helps you stay organized effortlessly.
It is built using Jetpack Compose and it follows the Model-View-ViewModel (MVVM) architecture pattern,
ensuring separation of concerns and maintainability of code. It utilizes Room database to store data locally,
ensuring fast and reliable access to your tasks even when offline.## Screenshots