A simple Jetpack Compose application demonstrating the use of Scaffold, Dialogs, Lists, and State Management for adding, editing, and deleting notes dynamically. 🚀
✅ 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
Kotlin
Jetpack Compose
Material3 Components
State Management (remember, mutableStateOf, mutableStateListOf)