Ali Zain
To-Do List App
Overview
This is a simple To-Do List application developed using Kotlin and Jetpack Compose. The app allows users to create, read, update, and delete tasks. It uses Room for local storage to save tasks and Hilt for dependency injection.
Features
Create Task: Add new tasks to your to-do list.
Read Task: View all tasks in a list format.
Update Task: Edit the details of an existing task.
Delete Task: Remove tasks from your to-do list.
Technologies Used
Kotlin: Programming language for Android development.
Jetpack Compose: Android's modern toolkit for building native UI.
Room: Persistence library for local database management.
Hilt: Dependency injection library for managing dependencies.
Screenshots
Contributing
Contributions are welcome! Please fork this repository and submit pull requests for any improvements or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE