Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 668 Bytes

File metadata and controls

30 lines (22 loc) · 668 Bytes

KeepMeFit

An iOS fitness and nutrition tracking application built with SwiftUI.

Getting Started

Prerequisites

  • Xcode 16.0 or later
  • iOS 18.0 or later
  • Swift 5.0 or later

Installation

  1. Clone the repository
  2. Open keepmefit.xcodeproj in Xcode
  3. Build and run the project (⌘R)

Project Structure

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