Skip to content

ysahingoz21/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Board App – Android (Jetpack Compose)

A column-based ToDo application for Android inspired by board-style task management tools. Tasks are organized into groups displayed as horizontally scrollable columns, with each column supporting independent vertical scrolling.

Features

  • Group-based ToDo organization
  • Horizontally scrollable task columns
  • Vertically scrollable task lists within each group
  • Add and delete ToDo items with confirmation dialogs
  • Fixed group headers with independent item scrolling
  • Create new task groups dynamically
  • Persistent local storage using Room ORM

Technical Highlights

  • Built using Jetpack Compose
  • Declarative UI with composables
  • Local data persistence using Room (SQLite)
  • Independent scrolling logic for rows and columns
  • Clean state handling and reactive UI updates

Technologies

  • Kotlin
  • Jetpack Compose
  • Room ORM
  • Android SDK (API 30+)
  • Android Studio
  • Git & GitHub

About

A Trello-style ToDo board Android app built with Jetpack Compose and Room, featuring grouped tasks, horizontal and vertical scrolling, and persistent local storage.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages