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 1 month ago
JSON representation
A simple PWA for body fat calculation
- Host: GitHub
- URL: https://github.com/jfmdev/body-fat-calc
- Owner: jfmdev
- License: mpl-2.0
- Created: 2019-10-01T12:01:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T16:26:09.000Z (over 1 year ago)
- Last Synced: 2025-05-28T07:03:10.583Z (12 months ago)
- Topics: calcul, calculator, html5, javascript, pwa, pwa-app, vue
- Language: Vue
- Homepage: https://jfmdev.github.io/body-fat-calc/
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.txt
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/.