Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.73 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.73 KB

Notes App (KMM)

Repository Android iOS Kotlin Swift


This is Notes App which is made using Kotlin Multiplatform Mobile (KMM), it uses SQLDelight to save notes offline and also uses FireStore to sync online, this project of mine was more of an educational, as setting up KMM is a literal mess, so this has a better approach of using Firebase Firestore and Firebase Auth. See project images below and don't forget to leave a star on the repo ❤️

And it even supports both the themes as well✌️




Technologies

  • Android SDK
  • iOS SDK
  • Kotlin Multiplatform Mobile (KMM)
  • Jetpack Compose for Android UI
  • SwiftUI for iOS UI
  • Dagger/Hilt for dependency injection
  • MVVM as architectural pattern
  • SQLDelight for local data storage
  • Firebase Auth and Firebase Firestore