Skip to content

Weight Loss Challenge App which can be used within a team or Organization to track percentage loss per a given frequency

Notifications You must be signed in to change notification settings

vullankib/weight-loss-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weight Loss Challenge

Weight Loss Challenge App which can be used within a team or Organization to track percentage loss of participating members based on how long the competition is run for. Usually could be for 8 to 12 weeks.

This code in the repo doesn't use any libraries. Sorting and click event listeners to capture the column headers, have been written from scratch.

github-img

JSON File Format

Each week percentage change is appeneded at the end

[
  {
    "user": "Noah",
    "weeklyPercentageChange":["10.37","-3.75","-2.21","-1.85","-1.68"]
  },
  {
    "user": "Liam",
    "weeklyPercentageChange":["-4.49","-2.61","-1.19","-0.36","-1.39"]
  },
  {
    "user": "Mason",
    "weeklyPercentageChange":["-3.22","-2.40","0.35","-1.80","-0.25"]
  }
]

TO DO List

  • buildspec.yml

About

Weight Loss Challenge App which can be used within a team or Organization to track percentage loss per a given frequency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published