Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkluske/dekay
A personal app for tracking fitness stats and habits.
https://github.com/dkluske/dekay
android compose-multiplatform fitness habits ios kotlin kotlin-multiplatform
Last synced: 16 days ago
JSON representation
A personal app for tracking fitness stats and habits.
- Host: GitHub
- URL: https://github.com/dkluske/dekay
- Owner: dkluske
- License: other
- Created: 2025-01-20T19:16:41.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2025-01-22T08:09:37.000Z (19 days ago)
- Last Synced: 2025-01-22T08:28:05.460Z (19 days ago)
- Topics: android, compose-multiplatform, fitness, habits, ios, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Release](https://img.shields.io/github/v/release/dkluske/dekay)](https://github.com/dkluske/dekay/releases)
![]()
# Welcome to `dekay`!
`dekay` is an open source Kotlin Multiplatform application for various use cases in the normal everyday life, especially helping you live a healthy life.
The general purpose of this project is to become independent on paid subscriptions for mobile apps, that basically give you statistics about your health status and habits.## Key features
With `dekay` you will be able to track your:
- health statistics with some neat charts and raw data
- habits for your everyday life
- meals and calories
- workouts## Tech Stack
| Tech | Description |
|-----------------------|----------------------------------------------------------------|
| Kotlin | The programming language. |
| Compose Multiplatform | A framework for kotlin multiplatform based on Jetpack Compose. |## Usage
To deploy the app on your phone, you will need to download the specific app-file for your operating system from the latest actions workflow.
After you obtained the file, you will have to proceed with the individual steps, that are needed to deploy an application to your operating system.
**Note:** This procedure is required, because this project has no independent - project specific - organization currently. Therefore there are no credentials for a general deployment available currently. Might change in the future.
### iOS
- Sign the built `.ipa` file with your AppleId.
- Deploy the signed file to an app distribution service of your desire.
- For Example: Google Firebase App Distribution
- Download and install the app from the distribution on your iPhone.### Android
- Download the `.apk` file on your android device.
- Install the application by executing the `.apk` file on the device.## Authors
- Dominik Kluske - [@dkluske](https://github.com/dkluske) - 2025