This is a simple Todo app built with Kotlin and Jetpack Compose.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- View completed tasks
- Android Studio Flamingo (2022.2.1) or later
- Android device running Android 7.0 (Nougat) or later
- Clone the repository to your local machine
- Open the project in Android Studio
- Connect your Android device to your computer and select "Run" from the toolbar
- Add a new task by entering text in the input field and pressing "Add"
- Mark a task as completed by tapping on the checkbox next to it
- Delete a task by swiping it to the left or right
- View completed tasks by selecting the "Completed" tab at the top of the screen
Contributions are always welcome! If you'd like to contribute to the project, please open an issue or submit a pull request.
This app was created by Me. Thanks to the following resources for their contributions:
This project is licensed under the MIT License - see the LICENSE file for details.