Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanshpanchal/roomdb-todo
https://github.com/vanshpanchal/roomdb-todo
andorid jetpack-compose room-database
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanshpanchal/roomdb-todo
- Owner: Vanshpanchal
- Created: 2023-12-11T16:07:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-11T16:40:18.000Z (about 1 year ago)
- Last Synced: 2024-11-16T18:21:09.353Z (3 months ago)
- Topics: andorid, jetpack-compose, room-database
- Language: Kotlin
- Homepage:
- Size: 6.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoomDB-Todo (MVVM)
##### [Application](App.apk)
A simple Android Todo App built using Kotlin and Jetpack Compose. Manage your tasks effortlessly with features like adding, deleting, sorting by date, marking as done, and a Material Design theme based on the system color palette.## Features
1. **Add Task:** Quickly add new tasks with a title and optional details.
2. **Delete Task:** Remove completed or unwanted tasks with a simple delete action.
3. **Sort by Date:** Keep tasks organized by sorting based on their due date.
4. **Mark as Done:** Easily track completed tasks to stay organized.
5. **Material Theming:** Adheres to Material Design guidelines, adapting its theme based on the system color palette.## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/todo-app.git
```2. Open the project in Android Studio.
3. Build and run the app on an emulator or physical device.
## Dependencies
- [Kotlin](https://kotlinlang.org/)
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [Material Design Components](https://material.io/develop/android/docs/getting-started)