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.
- 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
- 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
- Kotlin
- Jetpack Compose
- Room ORM
- Android SDK (API 30+)
- Android Studio
- Git & GitHub