Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hfhbd/composetodo
- Owner: hfhbd
- License: apache-2.0
- Created: 2020-08-09T19:09:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T16:02:20.000Z (21 days ago)
- Last Synced: 2024-10-29T16:10:08.428Z (21 days ago)
- Topics: compose-web, jetpack-compose, kotlinx-coroutines, kotlinx-serialization, ktor
- Language: Kotlin
- Homepage:
- Size: 2.23 MB
- Stars: 104
- Watchers: 6
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.