Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T23:05:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:42:39.672Z (6 months 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: 196
- Watchers: 9
- Forks: 346
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BMI Calculator
[![Build Status](https://travis-ci.com/GermaVinsmoke/bmi-calculator.svg?branch=master)](https://travis-ci.com/GermaVinsmoke/bmi-calculator)
[![Coverage Status](https://coveralls.io/repos/github/GermaVinsmoke/bmi-calculator/badge.svg?branch=master)](https://coveralls.io/github/GermaVinsmoke/bmi-calculator?branch=master)
[![codecov](https://codecov.io/gh/GermaVinsmoke/bmi-calculator/branch/master/graph/badge.svg)](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.
![](images/1.jpg)
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~~