Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfmdev/body-fat-calc

A simple PWA for body fat calculation
https://github.com/jfmdev/body-fat-calc

calcul calculator html5 javascript pwa pwa-app vue

Last synced: about 2 months ago
JSON representation

A simple PWA for body fat calculation

Awesome Lists containing this project

README

        

# Body Fat Calculator

A simple Progressive Web App, implemented with Vue and Boostrap, for calculate (or more precisely, estimate) the body fat percentage of bodies.

[Demo](https://jfmdev.github.io/body-fat-calc/)

## Installation an usage

The project was created using [Vue CLI 3](https://cli.vuejs.org/), all commands for install, run and build the application are the ones defined by this tool. E.g:

* `yarn install` for install all dependencies.
* `yarn run serve` for run the application locally.
* `yarn run build` for compile, and minify, for production.

## License

Body Fat Calculator is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0. You should have received a copy of the MPL 2.0 along with this library, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.