This is a simple Note App that I made using Jetpack Compose. This app is a simple app that can add, edit, and delete notes. This app also uses Room to store data.
This app has 3 screens:
- Home Screen: This screen displays a list of notes. You can add, edit, and delete notes here.
- Add Note Screen: This screen is used to add a new note.
- Edit Note Screen: This screen is used to edit a note.