This documentation provides detailed information about the Notes App, a simple note-taking application developed using Jetpack Compose, Material 3, and Room in Kotlin. The Notes App allows users to create, view, edit, and delete notes, offering a seamless and modern user interface.
- Create and save notes.
- View a list of all saved notes.
- Edit existing notes.
- Delete notes.
- Jetpack Compose - Modern Android UI toolkit.
- Material 3 - Material Design components for a consistent and beautiful UI.
- Room - SQLite object mapping library.
- Kotlin - The primary programming language used.
-
Clone the repository:
git clone https://github.com/fraud47/notes_app.git
PRs are welcome :)



