Welcome to SimpleNotesApp!
🌟 A minimal and intuitive note-taking application built using Android Studio and Jetpack Compose.
Designed to offer you a quick and easy way to jot down notes without the fuss!
- 📝 Add Notes: Capture your thoughts or tasks with a simple tap.
- ✏️ Update Notes: Edit your notes anytime to keep them up to date.
- ❌ Delete Notes: Clean up and remove notes you no longer need.
- ⭐ Favorite Notes: Mark important notes as favorites for easy access.
- 🎨 Modern UI: Built with Jetpack Compose for a smooth, responsive user experience.
Take a look at the app in action!
- Language: Kotlin
- Architecture: MVVM (Model-View-ViewModel)
- UI Toolkit: Jetpack Compose
Thank you for checking out SimpleNotesApp! Feel free to contribute, suggest features, or report issues.
Happy note-taking! 📒✨
Database: Room for local data storage
Getting Started 🚀 Prerequisites Android Studio (latest version recommended) Basic knowledge of Android development
Installation Clone this repository:
bash Copy code git clone https://github.com/hanhan1reda/Simple-Notes-App.git
Open in Android Studio:
Go to File > Open and select the project folder. Build and run the project on an emulator or physical device.
Usage 💡
Open SimpleNotesApp. Tap the Add Note button to create a new note. Fill in your note details, then Save. To mark a note as favorite, tap the Star icon. Access your favorite notes in the Favorites section. To edit or delete a note, tap on it and make your changes or swipe to delete.