Skip to content

kauramanp/NotesCompose

Repository files navigation

📝 Jetpack Compose Notes App

A simple Jetpack Compose application demonstrating the use of Scaffold, Dialogs, Lists, and State Management for adding, editing, and deleting notes dynamically. 🚀

🔹 Features

✅ Jetpack Compose UI with Scaffold and TopAppBar
✅ Floating Action Button (FAB) to add new items
✅ Editable List using MutableStateList
✅ Custom Dialog for adding & editing notes
✅ State Management with remember and mutableStateOf

🛠️ Tech Stack

Kotlin
Jetpack Compose
Material3 Components
State Management (remember, mutableStateOf, mutableStateListOf)

About

This contains the basic CURD operations performed in Jetpack Compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages