Skip to content

umutkonmus/GymNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏋️‍♂️ GymNote

GymNote is a simple and privacy-focused fitness tracker for iOS.
It helps you record your workouts, track progress, and manage your favorite exercises — all offline and stored securely on your device.


🚀 Getting Started

🧩 Tech Stack

  • Swift 5+
  • UIKit
  • MVVM Architecture
  • Core Data (local storage)
  • SnapKit (Auto Layout)
  • Haptic Feedback

💾 Data Model Structure (Core Data)

Workout

Field Type Description
id UUID Unique workout identifier
date Date Workout creation date
notes String? Optional note about the workout

Exercise

Field Type Description
id UUID Unique exercise identifier
name String Exercise name
bodyPart String? Target muscle group
isCustom Bool Indicates if the exercise is user-created
isActive Bool Used for filtering active presets

Set

Field Type Description
id UUID Unique set identifier
reps Int Number of repetitions
weight Double Weight used (kg)
workout Relationship Linked Workout
exercise Relationship Linked Exercise

🏁 Features

  • ✅ Create and manage workouts
  • ✅ Add and edit exercise sets
  • ✅ Track your training progress
  • ✅ Manage preset and custom exercises
  • ✅ Minimalistic interface designed with UIKit + SnapKit
  • ✅ Works completely offline — no internet required
  • ✅ All data stays safely on your device

🧱 Architecture

The app follows the MVVM (Model-View-ViewModel) architecture.
Each module (Main, PresetPicker, Settings) has its own Model, ViewModel, and View layers.
Data persistence is handled by Core Data, and layout is built programmatically with SnapKit.


🧰 Prerequisites

  • Xcode 16.2 or later
  • iOS 17+ SDK

🧩 Installation

  1. Clone the repository:
    git clone https://github.com/umutkonmus/GymNote.git
  2. Open GymNote.xcodeproj or GymNote.xcworkspace in Xcode.
  3. Select a target device or simulator and press Run (⌘R).

🔒 Privacy

GymNote never connects to the internet.
All workouts, presets, and app settings are stored locally on your device using Core Data.
Your fitness data is never uploaded or shared with any external service.


📸 Screenshots

Main Screen

Track your daily workouts and progress.

Preset Picker

Select from preset exercises or create your own custom ones.


📄 Support

For any issues, questions, or feedback:
📧 contact@umutkonmus.com

About

Note taking app for tracking your progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages