An iOS fitness and nutrition tracking application built with SwiftUI.
- Xcode 16.0 or later
- iOS 18.0 or later
- Swift 5.0 or later
- Clone the repository
- Open
keepmefit.xcodeprojin Xcode - Build and run the project (⌘R)
keepmefit.xcodeproj/
keepmefit/
├── App/ # App entry point and navigation
├── Assets.xcassets/
├── Core/ # Design system and networking
├── Features/ # Feature modules (Home, Add, Lab)
├── Models/ # Data models
└── Services/ # Business logic services