Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hfhbd/composetodo

Sample project to play with Jetpack Compose on Android, Desktop and Web
https://github.com/hfhbd/composetodo

compose-web jetpack-compose kotlinx-coroutines kotlinx-serialization ktor

Last synced: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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