GithubHelp home page GithubHelp logo

waxmansgym / ratio-calculator Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 2.0 351 KB

Waxman's Gym Lift Ratio Calculator

License: GNU General Public License v3.0

HTML 0.25% JavaScript 79.23% CSS 19.72% PHP 0.81%
weightlifting fitness react website

ratio-calculator's Introduction

Waxman's Gym Ratio Calculator

Build Status

Over years of training athletes, we at Waxman's Gym have found that lift ratios can serve as powerful tools for evaluating balance and guiding lifter development. By uncovering a lifter's biggest imbalances, one can better prioritize problems and more effectively direct programming/training.

This calculator is web application built in React that takes as input various exercises and produces advice on how one can improve their Snatch and Clean & Jerk.

Development

  • Install all dependencies with npm install.

  • Start the development server by running npm run start-all. This will run both the React build toolchain as well as the custom-boostrap less toolchain in parallel.

  • Compile an optimized build with npm run build, and then upload the entire build directory to your web host.

  • The main app is in App.js, but most of the fun happens in the AccessoryResults class in src/components/accessoryresults.js, and BaseResults in src/components/baseresults.js.

  • The style definition is in the custom-bootstrap subclass, with all relevant overrides in index.less.

CI/CD

Builds are automatically created and deployed by Travis-CI to Amazon S3

๐Ÿ‘“ Monitor | ๐ŸŒ Preview | ๐Ÿ“ฅ Download

ratio-calculator's People

Contributors

nfischbein avatar randvoorhies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ratio-calculator's Issues

Refactor accessoryresults.js to use a formal rules engine

The accessoryresults.js file is a big kludgy mess of if statements. It would be really cool if the logic here could be refactored such that it could be described by some kind of rules engine DSL. That way, coaches could easy modify the logic and language of the results without having to mess directly with the javascript.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.