https://github.com/mchirino89/gymsyapp
MVP for gym workout app
https://github.com/mchirino89/gymsyapp
moya realm swift udacity-ios-nanodegree workout-apps
Last synced: 3 months ago
JSON representation
MVP for gym workout app
- Host: GitHub
- URL: https://github.com/mchirino89/gymsyapp
- Owner: mchirino89
- Created: 2017-08-23T14:58:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T00:14:26.000Z (over 6 years ago)
- Last Synced: 2025-01-03T14:50:55.627Z (5 months ago)
- Topics: moya, realm, swift, udacity-ios-nanodegree, workout-apps
- Language: Swift
- Homepage:
- Size: 72.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GymsyApp
This app gets exercises information from [wger.de](https://wger.de/api/v2/) API and organize them in a very friendly way so it's really simple to start working out. Capstone final Udacity nanodegree project.
## Getting Started
All you need is a Macbook with Xcode installed, `pods` setup and an internet connection to test it out.
### Prerequisites
- Xcode 8.3.3+
- Pods### Installing
After cloning the project, navigate to the root of and run `pod install` so the required pods are installed.
## Usage
The usage of the app is really simple: it consists of only 3 tabs
1- **Muscle group classification**: in here you can select what muscle group would you like to see exercises for. For instance, you can start by clicking on _Abs_, then you'll be taken to another view and see all the workout availables for them; moreover you could tap for instance on _Crunches_ and finally you'd be taken to the detailed information of this exercises: a image or even a gif animation (if available in the API), the muscles this exercise involve, possible required equipment and a description at the bottom further explaining how to perform it.
2- **Routine**: this view consists on a serie of preloaded workouts for specific body zones, after selecting any of them you'll be taken to a view exactly a level 2 in the first app but now with a mixing of exercises based on your selection.
3- **Profile**: in this view you can save your personal information such as a profile picture, your full name, gender and body measures. This information will be used for further calculation in future versions of the app.
## History
The goal of this app a very simple one: make working out *EASY*, you don't need to have deep knowledge on human biology to execute a simple routine and sweat a little bit. This is dedicated to all those people who want to start a healthier life but the lack of help (or willing to look for it) is stoping them, go for it!
## Credits
iOS developer [Mauricio Chirino](https://www.linkedin.com/in/mauriciochirino/)