Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexphanna/workouts
Workout planning app for iOS in Swift using SwiftUI and CoreData.
https://github.com/alexphanna/workouts
Last synced: about 1 month ago
JSON representation
Workout planning app for iOS in Swift using SwiftUI and CoreData.
- Host: GitHub
- URL: https://github.com/alexphanna/workouts
- Owner: alexphanna
- Created: 2023-09-13T19:27:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T19:40:20.000Z (11 months ago)
- Last Synced: 2024-11-08T02:42:52.276Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 1.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workouts
## Abstract
Workout planning app for iOS in Swift using SwiftUI and SwiftData.## Features
- [ ] Workout persistence using SwiftData
- [x] Adding workouts, exercises, and sets
- [X] Deleting workouts and sets
- [ ] Deleting exercises
- [ ] Moving exercises and sets
- [ ] Copying and pasting workouts, exercises, and sets
- [ ] Renaming workouts and exercises
- [X] Statistics for exercises
- [X] Mean reps and weight
- [X] Personal records (1RM, etc.)
- [ ] Settings
- [x] Choice of Picker or TextField for exercise names
- [X] Customizable choices for exercise names and equipment
- [x] Localization (US or Metric)
- [ ] Appearance
- [ ] Timer
- [ ] Templates
- [ ] Exporting as spreadsheet
- [ ] iCloud backup