A beautiful, fast and minimal Notes application built using Kotlin, Jetpack Compose and modern Android architecture.
- 📝 Create, Edit & Delete Notes
- 📂 Organize Notes into Custom Folders
- 🎨 Beautiful Material 3 Design
- 🌙 Modern Clean User Interface
- ⚡ Fast & Lightweight Performance
- 📱 100% Jetpack Compose UI
- 💾 Room Database for Local Storage
- 🔄 State Management using ViewModel & StateFlow
- 🏗️ MVVM Clean Architecture
- 🚀 Smooth Navigation Experience
| Technology | Used |
|---|---|
| Language | Kotlin |
| UI | Jetpack Compose |
| Architecture | MVVM |
| Database | Room |
| State | StateFlow |
| Async | Coroutines |
| Navigation | Navigation Compose |
| Design | Material Design 3 |
Clone the repository
git clone https://github.com/suryakushwaha3/Notes.gitOpen the project in Android Studio.
Build the project.
Run the application on an emulator or Android device.
app/
├── Navigation/
├── Screen/
├── Task/
├── ui/
│ └── theme/
├── MainActivity.kt
└── AndroidManifest.xml
UI (Jetpack Compose)
│
▼
ViewModel
│
▼
Repository
│
▼
Room Database
Android Developer passionate about building modern Android applications using Kotlin and Jetpack Compose.
- Kotlin
- Jetpack Compose
- MVVM
- Room Database
- Material Design 3
- Coroutines
- StateFlow
- Android Studio
GitHub
https://github.com/suryakushwaha3
If you found this project useful, please consider giving it a ⭐ Star.
It motivates me to build more open-source Android projects.
Contributions, issues and feature requests are welcome.
Feel free to fork this repository and submit a Pull Request.
This project is licensed under the MIT License.
Made with ❤️ using Kotlin & Jetpack Compose





