https://github.com/germavinsmoke/bmi-calculator
React Hooks app for calculating BMI
https://github.com/germavinsmoke/bmi-calculator
bmi-calculator chartjs continuous-integration css example-project javascript jsx react-demo react-example react-example-app react-hooks reactjs travis-ci
Last synced: 18 days ago
JSON representation
React Hooks app for calculating BMI
- Host: GitHub
- URL: https://github.com/germavinsmoke/bmi-calculator
- Owner: GermaVinsmoke
- License: mit
- Created: 2019-09-04T18:25:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T23:05:15.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:11:21.483Z (25 days ago)
- Topics: bmi-calculator, chartjs, continuous-integration, css, example-project, javascript, jsx, react-demo, react-example, react-example-app, react-hooks, reactjs, travis-ci
- Language: JavaScript
- Homepage: https://germavinsmoke.github.io/bmi-calculator/
- Size: 2.02 MB
- Stars: 205
- Watchers: 8
- Forks: 378
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BMI Calculator
[](https://travis-ci.com/GermaVinsmoke/bmi-calculator)
[](https://coveralls.io/github/GermaVinsmoke/bmi-calculator?branch=master)
[](https://codecov.io/gh/GermaVinsmoke/bmi-calculator)React Hooks app to calculate the BMI of a person. It can store the data for 7 days with the help of LocalStorage.

Created with _create-react-app_. See the [full create-react-app guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
## Install
`npm install`
## Usage
`npm start`
## Enhancement
1. Removing the dependency of Materialize-CSS module
~~2. Chart going crazy on hovering over the old points~~