Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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~~