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

https://github.com/yttehs-hdx/kmp-counter

Rewrite Counter in Kotlin Multiplatform
https://github.com/yttehs-hdx/kmp-counter

kotlin-android kotlin-desktop kotlin-multiplatform

Last synced: 4 months ago
JSON representation

Rewrite Counter in Kotlin Multiplatform

Awesome Lists containing this project

README

        

# Counter

> Rewrite Counter in Kotlin Multiplatform

## Introduction

When you click the button, the number will increase by 1.

## Basic Info

### Platform

- [x] Android
- [x] Desktop

### Features

- [x] Save the number to the database
- [x] Dark mode
- [x] Monet color (Android only)

## Screenshots

| Desktop (dark) | Android (light) |
|-------------------------------------|-------------------------------------|
| ![Desktop](docs/assets/desktop.png) | ![Android](docs/assets/android.png) |

## Dependencies

- Kotlin Multiplatform
- Lifecycle ViewModel Compose
- Material3 Compose
- Navigation Compose
- SqlDelight
- Koin Injection

> Refer to [libs.versions.toml](gradle/libs.versions.toml)

## Download

[Release](https://github.com/Yttehs-HDX/KMP-Counter/releases)

## License

MIT