lambraydon / GymBros

0 stars 0 forks source link

Feature: Workout Tracker Module #3

Closed pluciuspua closed 1 year ago

pluciuspua commented 1 year ago

Develop Workout Tracker Module:

  1. Takes in User Input (Exercise Name, Weight, Sets, Reps etc. )
  2. Saves information in FireStore such that it can be accessed later -> Workout Data can be created in FireStore
  3. Workout information can be extracted and read from FireStore -> Workout Data can be extracted from FireStore (access via homepage)
lambraydon commented 1 year ago

Feature has been implemented