RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

Create Workout List using redux #19

Closed DanielMConnolly closed 5 years ago

DanielMConnolly commented 5 years ago

Related Issue

closes #8 #2

Describe the solution you've implemented

There is now a workout list which can be configured easily based on a javascript object in the settings file. The workout list can be edited in terms of reps and weight, which gets stored inside of redux. Presentation and Container Components are now implemented as well. There is also a feature to mark whether or not a set is complete. This gets recorded in redux as well.

How has this been tested

I have gone through every added feature and ensured that the code works

Screenshots

screenshot_1545705448

Types of Changes