Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 759 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 759 Bytes

Step Tracker

Step Tracker integrates Apple Health to show your latest step and weight data in animated, interactive Swift Charts. You can also see your average steps and weight gain/loss for each weekday for the past 28 days.

Step Tracker also allows you to upload new step or weight data to the Apple Health app.

Technologies Used

  • SwiftUI
  • HealthKit
  • Swift Charts
  • Swift Algorithms
  • DocC

Animated Swift Charts

steppreview.mov

Completeness

Although it's a simple portfolio project, I've implemented the following

  • Error handling & alerts
  • Empty states
  • Permission Priming
  • Text input validation
  • Basic accessibility
  • Privacy Manifest
  • Code documentation (DocC)