Skip to content

Workout Traker iOS App using MVVM, RxSwift. Includes Snapkit, RepositoryPattern, CoreData, Expandable(Collapsable)TableView, GIF Image...

Notifications You must be signed in to change notification settings

JongHyunLee84/Workouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workouter

iOS Project Implemented with MVVM Architecture and RxSwift

Main Feature : Workout Traker, Gym Log

App Store Link : Workouter - Workout Traker Log

Dependency Direction

graph LR
B[ViewController] --> A[View]
B --> C[ViewModel]
C --> D[DataRepository]
D --> E[Network]
D --> F[Persistence DB]
Loading

Includes

  • Reactive Functional Programming with RxSwift
  • Code Base UI with Snapkit (Refactored from storyboard)
  • Separated View and View Controller
  • Expandable ( Collapsable ) Table View
  • GIF Image
  • Dark Mode
  • SwiftUI Preview
  • UI Factory Pattern (Workouter.UIFactory)
  • Repository Pattern (Reference)
  • Base View Pattern (ex. BaseViewController)

Framework and Library

  • UIKit
  • Snapkit : Layout
  • RxSwift / RxCocoa : Reactive Functional Programming
  • GIFLibrary : Reference
  • CoreData : Persistence DB

Network(Data) API : ExerciseDB

Build

  1. git clone
  2. pod install (update)
  3. open .xcworkspace project

About

Workout Traker iOS App using MVVM, RxSwift. Includes Snapkit, RepositoryPattern, CoreData, Expandable(Collapsable)TableView, GIF Image...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published