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.
-
Add Task: Quickly add new tasks with a title and optional details.
-
Delete Task: Remove completed or unwanted tasks with a simple delete action.
-
Sort by Date: Keep tasks organized by sorting based on their due date.
-
Mark as Done: Easily track completed tasks to stay organized.
-
Material Theming: Adheres to Material Design guidelines, adapting its theme based on the system color palette.
-
Clone the repository:
git clone https://github.com/yourusername/todo-app.git
-
Open the project in Android Studio.
-
Build and run the app on an emulator or physical device.