A notes application built using Kotlin and Jetpack Compose, following Clean Architecture and MVVM principles. The app utilizes Dagger Hilt for dependency injection, Room Database for local persistence, and Kotlin Coroutines for asynchronous operations.
- Create, Edit, and Delete Notes: Easily manage notes with a user-friendly interface.
- Persist Notes Locally: Notes are stored locally using the Room Database.
- Clean Architecture: The application follows clean architecture principles for better scalability and maintainability.
- Dependency Injection: Dagger Hilt is used for injecting dependencies across the app.
- Smooth UI: Built using Jetpack Compose for a modern, declarative UI experience.
- Asynchronous Operations: Kotlin Coroutines handle background tasks efficiently.
- MVVM Architecture: Clear separation of concerns for improved testability and modularity.
- Language: Kotlin
- UI: Jetpack Compose
- Dependency Injection: Dagger Hilt
- Database: Room
- Asynchronous Programming: Kotlin Coroutines
- Architecture: Clean Architecture + MVVM