A simple ToDo application built with Jetpack Compose. Users can add and remove tasks using a floating action button and an alert dialog.
This is a simple ToDo application where users can manage their tasks efficiently. The app allows users to add new tasks and remove completed or unnecessary tasks using a minimalistic and user-friendly interface. The project is built using Jetpack Compose for the UI, and it demonstrates basic state management and component interaction in a Compose-based application.
- Jetpack Compose
- State Management
- Floating Action Button
- Alert Dialog
- ToDo Application
- Add Tasks: Add new tasks using a floating action button which opens an alert dialog for input.
- Remove Tasks: Easily remove tasks by clicking on the delete icon next to each task.
- State Management: Demonstrates basic state management using Jetpack Compose and ViewModel.
- Android Studio Bumblebee or later
- Basic knowledge of Jetpack Compose
- Internet connection to fetch dependencies
- Clone the repository:
git clone https://github.com/isikkerim/jetpack-compose-todo-app.git