Skip to content

codingtho/T0D0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

T0D0 - Task Manager App

T0D0 is a minimalist task management app that allows you to create, edit, and delete tasks while keeping everything organized in a clean and functional interface.

Screenshots

t0d0

Technologies

  • Kotlin: Main programming language used for the development.
  • Jetpack Compose: Library for building declarative UI components.
  • Dagger Hilt: Dependency injection library for Android.
  • Room: Database library for managing SQLite databases.
  • Coroutines: For managing asynchronous operations.
  • StateFlow: For handling asynchronous data streams in Kotlin.

Features

  • Create, edit, and delete tasks.
  • Minimalist design.
  • Organized and user-friendly interface.