LifeTracker is a SwiftUI app for tracking finances, health, and personal goals.
- Track income, expenses, and budgets
- View HealthKit-based daily stats
- Build habits and log moods
- Capture notes and goals
- Xcode 15 or newer (SwiftData)
- iOS 17 or newer
- Open the Xcode project:
LifeTracker.xcodeproj. - Select the
LifeTrackerscheme. - Run on a simulator or device.
The app reads HealthKit data locally to display your metrics. No data is sent off-device by default.
If you add third-party services, keep secrets out of the repo (for example, via an untracked .xcconfig file).