ComposeTodo icon indicating copy to clipboard operation
ComposeTodo copied to clipboard

Sample project to play with Jetpack Compose on Android, Desktop and Web

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.