Skip to content

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

License

Notifications You must be signed in to change notification settings

MJegorovas/ComposeTodo

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 86.2%
  • Swift 12.3%
  • Other 1.5%