https://github.com/biswa932/healthkitdashboard
This project showcases extraction of fitness data from iPhone using HealthKit libraries and showing them as charts in a SwiftUI based app.
https://github.com/biswa932/healthkitdashboard
healthkit swift swiftui
Last synced: 4 months ago
JSON representation
This project showcases extraction of fitness data from iPhone using HealthKit libraries and showing them as charts in a SwiftUI based app.
- Host: GitHub
- URL: https://github.com/biswa932/healthkitdashboard
- Owner: biswa932
- Created: 2025-01-31T13:33:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:50:14.000Z (9 months ago)
- Last Synced: 2025-06-02T21:06:28.492Z (5 months ago)
- Topics: healthkit, swift, swiftui
- Language: Swift
- Homepage:
- Size: 927 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthKitDashboard
This project showcases extraction of fitness data from iPhone using HealthKit libraries and showing them as charts in a SwiftUI based app.
below are the pages of the app:
## Permission Page:
- This page asks permission from the user to access the health data.

## Dashboard Page:
- This page shows mini charts for all the health metrics collected in the past 7 days.
- On clicking any of the charts, the app will navigate to the detils page.
- The data will be refreshed on pull.

## Details Page:
- This page shows details of selected metric from previous dashboard page in a chart format.
- It also shows the date wise data in list format below.
- The data will be refreshed on pull.
