Movement assessment application for fitbit
Locally, open index.html
Live website can be found here
In the root of the working directory
npm install
Formatting is done with "prettier"
npm run format
Jest is used for unit testing HOWEVER, it wont work as the code currently is. The exports and imports for the tests to work are commented out because I could not get things working with CommonJS code to be run in the browser.
If the stuff is un-commented out, this is how one tests
npm test