https://github.com/atilmohamine/fitness-tracker
Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.
https://github.com/atilmohamine/fitness-tracker
android fitness fitness-tracker google-fit-api kotlin-android mvvm
Last synced: 2 months ago
JSON representation
Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.
- Host: GitHub
- URL: https://github.com/atilmohamine/fitness-tracker
- Owner: AtilMohAmine
- License: mit
- Created: 2023-04-17T14:48:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T12:26:55.000Z (4 months ago)
- Last Synced: 2025-03-04T13:30:28.111Z (4 months ago)
- Topics: android, fitness, fitness-tracker, google-fit-api, kotlin-android, mvvm
- Language: Kotlin
- Homepage:
- Size: 5.4 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fitness Tracker
Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.## Features
- Track daily fitness activities such as steps taken, distance traveled, and calories burned
- Set daily fitness goals and track progress towards those goals
- View fitness data in graphs and charts
- Built using the MVVM architecture for a clear separation of concerns## Technologies
- Kotlin
- Android
- Google Fit API
- MVVM architecture
- MPAndroidChart library## Pre-requisites
Register a Google Project with an Android client per getting started instructions [http://developers.google.com/fit/android/get-started](http://developers.google.com/fit/android/get-started)## Getting Started
- Clone the repository.
- Open the project in Android Studio.
- Build and run the application on your device or emulator.## Screenshots
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/AtilMohAmine/Fitness-Tracker/blob/main/Licence) file for more information.