Skip to content

A JavaScript implementation of the Jackson & Pollock body density equations

License

Notifications You must be signed in to change notification settings

ketodiet/body-fat-calculator

Repository files navigation

body-fat-calculator

A JavaScript implementation of the Jackson & Pollock body density equations.

You can find a working example of the KetoDiet Body Fat Calculator.

Getting Started

You'll have to setup a simple React & Docker dev environment. Here's what you'll need to do:

  1. Install Docker
  2. Clone or Download Github repository
  3. Open a terminal (or command prompt) in the project directory
  4. Execute docker-compose up. This will launch the docker container and fetch all the dependencies. It may take some a few minutes to execute the first time you run it
  5. Open a web browser and type the URL http://localhost:8080 to open the demo page

Develop & Debug

  1. We use WebStorm & Chrome for development. You can download trial version of WebStorm to try it.
  2. The demo page is developed using ReactJS. To find out more about ReactJS, please visit https://facebook.github.io/react/

Using the code

If you use portions of this code on your website or any application please acknowledge the original source by linking to our Github project as shown below:

<span>Based on <a href="https://github.com/ketodiet/body-fat-calculator">KetoDiet body fat calculator</a></span>

About

A JavaScript implementation of the Jackson & Pollock body density equations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published