Overview This is a simple To-Do app built using Jetpack Compose, the modern Android UI toolkit. The app allows users to create, edit, and delete tasks in an intuitive and visually appealing way.
Features Task Management: Create, edit, and delete tasks effortlessly. Intuitive UI: Designed with Jetpack Compose, the UI is reactive and user-friendly. Data Persistence: Tasks are persisted locally, ensuring your to-do list is always available.
Tech Stack Jetpack Compose: A modern Android UI toolkit for building native UIs. ViewModel: Store and manage UI-related data in a lifecycle-conscious way. Room Database: SQLite object mapping library for data persistence. Navigation Component: Handle everything needed for in-app navigation.