treyburrell/WorkoutApplication
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# WorkoutApplication App Name: Workout Application App Tagline: Application that displays many workouts for each major muscle. Link(s) to any other public GitHub repo(s) of your app. If you have one repo for iOS and one for Backend, please link to your backend repo in your iOS README, and your iOS repo in your backend README. https://github.com/treyburrell/WorkoutApplication https://github.com/johnathananderson/Workout-Routines Some screenshots of your app (highlight important features): https://drive.google.com/drive/folders/1gfeDm2qGIRvQki0FrGhgYZ3zlE_xDelD?usp=sharing A short description of your app (its purpose and features): Open to a home screen which gives options of either upper or lower body. Choose the muscle you want to workout. Pick an exercise appropriate for your skill level. A list of how your app addresses each of the requirements (iOS / Backend): iOS: Used AutoLayouts with the home page in structuring the collection views as well as with structuring the collection views in the list of exercises. Used Collection Views with the home page and Exercise page as well as a tableview with the listing of muscles. Used Navigation Controllers for moving from the home page to the muscle page to the exercise page and lastly to each individual exercise. We integrated the API given to us by Backend, which they obtained from a workout website. Backend: Uses SQLAlchemy to model the exerises Has at least one GET, POST, and DELETE request that interfaces with the database. The app is able to be run on our machine and is deployed.