Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 494 Bytes

simpleToDo is a reminder application which maintains the list of to do items.

The application uses the following components:
  1. Kotlin as the base language.
  2. Room Database to maintain entries.
  3. Dagger Hilt as Dependency Injector.
  4. MVVM as an architecture.
  5. Lottie for animations.