An IOS App in swift utilizing an API to fetch various exercises and organize them for a weekly routine. This exercises are then stored locally using coredata.
Features:
- Search through and select from a variety of exercises, this is fetched through an API.
- Each exercise displays images on how to do it, what equipment will be needed and what muscle groups are worked on.
- Each day you can view "Today's Work Out" telling you what you are going to work on today and what muscle groups are targeted.
- Able to switch through various units of weight (i.e. pounds, kilograms)
- Able to complete or fail a work out, passing a routine will automatically increase your weight (progressive overloading) while failing will lower the weight (deloading)
- All workout routines are saved locally through Core Data.