Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 557 Bytes

ComposeTodo

Sample app to play with Jetpack Compose and Kotlin Multiplatform.

Targets

  • Android using Jetpack Compose
  • Desktop using Jetpack Compose
  • Web using Jetpack Compose Web
  • Backend using Ktor
  • iOS using SwiftUI

Authentication

The used authentication is for demo purpose only. Never use this implementation in a productive application.

Data Persistence

The live demo is using a persistent CloudKit database, but as this application is a technical showcase, persistence cannot be guaranteed. All data can be deleted at any time.