Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/feelsoftware/FeelFine

Activity tracker app
https://github.com/feelsoftware/FeelFine

android compose compose-ui fitness fitness-app googlefit googlefit-sdk health healthcare jetpack-compose kotlin-android

Last synced: 9 days ago
JSON representation

Activity tracker app

Awesome Lists containing this project

README

        

## FeelFine - activity tracker app

Application to track your fitness activities with [Google Fit API](https://developers.google.com/fit "Google Fit API").
- Kotlin
- Jetpack Compose
- [Koin](https://github.com/InsertKoinIO/koin "Koin") for DI
- [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart "MPAndroidChart") for activity charts

------------

### [Welcome screen](https://github.com/feelsoftware/FeelFine/blob/main/app/src/main/java/com/feelsoftware/feelfine/ui/welcome/WelcomeContent.kt "Welcome screen")

Welcome screen if user is not signed it yet.

------------

### [Onboarding flow](https://github.com/feelsoftware/FeelFine/tree/main/app/src/main/java/com/feelsoftware/feelfine/ui/onboarding "Onboarding flow")

Four simple onboarding steps to pick your name, gender, weight and birthday.

------------

### [Today's score with details](https://github.com/feelsoftware/FeelFine/tree/main/app/src/main/java/com/feelsoftware/feelfine/ui/score "Today's score with details") (Not Compose yet)

A user’s data as steps, sleep, biking, running and other activities synced via [Google Fit API](https://developers.google.com/fit "Google Fit API"). User has an every day score, based on his own metrics.

------------

### [Activities statistic](https://github.com/feelsoftware/FeelFine/tree/main/app/src/main/java/com/feelsoftware/feelfine/ui/statistic "Activities statistic") (Not Compose yet)

Users could observe week/month/custom range activities statistics.

------------

### [Mood score](https://github.com/feelsoftware/FeelFine/blob/main/app/src/main/java/com/feelsoftware/feelfine/ui/score/MoodFragment.kt "Mood score") (Not Compose yet)

We are asking each day 'How are you?' for the mood score with 9 options for users.

------------

### [User profile](https://github.com/feelsoftware/FeelFine/blob/main/app/src/main/java/com/feelsoftware/feelfine/ui/profile/ProfileFragment.kt "User profile") (Not Compose yet)

User profile with wage, age and goals (steps, sleep, activity) customizations.