Skip to content

A simple ToDo application built with Jetpack Compose. Users can add and remove tasks using a floating action button and an alert dialog.

Notifications You must be signed in to change notification settings

isikkerim/jetpack-compose-todo-app

Repository files navigation

Simple ToDo App

A simple ToDo application built with Jetpack Compose. Users can add and remove tasks using a floating action button and an alert dialog. Screenshot_20241127_020420

Description

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.

Topics

  • Jetpack Compose
  • State Management
  • Floating Action Button
  • Alert Dialog
  • ToDo Application

Features

  • 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.

Getting Started

Prerequisites

  • Android Studio Bumblebee or later
  • Basic knowledge of Jetpack Compose
  • Internet connection to fetch dependencies

Installation

  1. Clone the repository:
 git clone https://github.com/isikkerim/jetpack-compose-todo-app.git

About

A simple ToDo application built with Jetpack Compose. Users can add and remove tasks using a floating action button and an alert dialog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages