Skip to content

Files

Latest commit

 

History

History
24 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.2 KB

Notes App Compose 📒

This app is an Android application built using the Android Native Library Jetpack Compose and Material 3 design guidelines. The app follows best practices and architecture suggested by Google. It has the capability to perform CRUD (Create, Read, Update, and Delete) operations.

Screenshot

splash main edit delete
color ascending add

Features 📱

  • Create and Edit Notes
  • Delete Notes
  • Share the Notes
  • Organize with Categories
  • Offline Access

Concepts Used ⚙️

  • Android Jetpack
  • MVVM+Clean Architecture
  • Navigation Components
  • Dagger Hilt
  • RoomDB
  • Coroutines