A simple workout generator app built from laravel
Find a file
2016-03-06 10:35:24 -06:00
app Temporarily hid preferences due to lack of content. 2015-10-18 17:13:07 -05:00
bootstrap Basic layout created, workout generator front end built. 2015-08-30 09:02:43 -07:00
config changed default db to use mysql and added csv dump file to ease import of base data. 2015-12-18 02:14:56 -06:00
database New home page, hid about page until I can add content. 2015-09-01 23:20:36 -07:00
public Minor updates to styling including responsive fixes, bug that cut off part of the border on the Generate link in the main nav, and the tables for the generated workouts. 2015-12-19 17:09:06 -06:00
resources Minor updates to styling including responsive fixes, bug that cut off part of the border on the Generate link in the main nav, and the tables for the generated workouts. 2015-12-19 17:09:06 -06:00
storage Initial commit with contributors. 2015-08-29 17:04:23 -07:00
tests Initial commit with contributors. 2015-08-29 17:04:23 -07:00
.env.example Initial commit with contributors. 2015-08-29 17:04:23 -07:00
.gitattributes Initial commit with contributors. 2015-08-29 17:04:23 -07:00
.gitignore Initial commit with contributors. 2015-08-29 17:04:23 -07:00
artisan Initial commit with contributors. 2015-08-29 17:04:23 -07:00
composer.json Generate form now redirects to a new page, favicon changed, work on admin pages begun - specifically for exercises management, lots of backend development for generator done, workout generation coming soon. 2015-09-05 21:34:27 -07:00
composer.lock Generate form now redirects to a new page, favicon changed, work on admin pages begun - specifically for exercises management, lots of backend development for generator done, workout generation coming soon. 2015-09-05 21:34:27 -07:00
contributors.txt Initial commit with contributors. 2015-08-29 17:04:23 -07:00
dump.csv changed default db to use mysql and added csv dump file to ease import of base data. 2015-12-18 02:14:56 -06:00
exercises.dump More work on the generator, not quite finished but the exercises are getting pulled from the database according to the user's preferences at least. 2015-09-06 16:20:20 -07:00
gulpfile.js Initial commit with contributors. 2015-08-29 17:04:23 -07:00
latest.dump Beginner and Intermediate workouts functioning. 2015-10-18 16:37:44 -05:00
LICENSE Initial commit 2015-12-18 00:35:51 -06:00
package.json Initial commit with contributors. 2015-08-29 17:04:23 -07:00
phpspec.yml Basic layout created, workout generator front end built. 2015-08-30 09:02:43 -07:00
phpunit.xml Initial commit with contributors. 2015-08-29 17:04:23 -07:00
Procfile Trying to get the app to launch 2015-08-30 09:15:09 -07:00
readme.md Update readme.md 2016-03-06 10:35:24 -06:00
server.php Initial commit with contributors. 2015-08-29 17:04:23 -07:00
workoutgenerator.dump More work on the generator, not quite finished but the exercises are getting pulled from the database according to the user's preferences at least. 2015-09-06 16:20:20 -07:00

Laravel Workout Generator

This was the first publicly-available, working copy of my workout generator. At this time, I've decided to discontinue work on this project, in favor of returning it to Python, as it was originally written. You can find the Python version, which is in active development, at this link here: https://github.com/wbrawner/workout-generator