Skip to content

Kaviselvan-SJ/NoteIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

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.

Features

  • 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.

Tech Stack

  • Language: Kotlin
  • UI: Jetpack Compose
  • Dependency Injection: Dagger Hilt
  • Database: Room
  • Asynchronous Programming: Kotlin Coroutines
  • Architecture: Clean Architecture + MVVM

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages