Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliver-gomes/react-native-bmi

📱 Feedback on Body mass index (BMI) to measure body fat based on height and weight.
https://github.com/oliver-gomes/react-native-bmi

calculator javascript react-native

Last synced: 14 days ago
JSON representation

📱 Feedback on Body mass index (BMI) to measure body fat based on height and weight.

Awesome Lists containing this project

README

        

# BMI Calculator w/React Native

Feedback on Body mass index (BMI) to measure body fat based on height and weight. Learn more about what the number means and risk factors here: https://www.nhlbi.nih.gov/health/educational/lose_wt/risk.htm

## Use the App
- [Link to Expo Store ](https://oliver-gomes.github.io/projects/memory-game)

Scan the QR code from the above link with your Expo App with Android/Iphone

## Design Overview
- [More on my Behance](https://www.behance.net/gallery/75656331/BMI-Calculator-App)
![project image](https://oliver-gomes.github.io/images/github%20images/bmi-behance.png)
![project image](https://oliver-gomes.github.io/images/github%20images/bmi-prev.gif)

### How to Load the App
```
git clone https://github.com/oliver-gomes/react-native-bmi.git
npm install
npm start
```