Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oliver-gomes/react-native-bmi
- Owner: oliver-gomes
- Created: 2019-01-28T03:47:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T05:03:06.000Z (over 5 years ago)
- Last Synced: 2023-10-20T22:10:31.770Z (about 1 year ago)
- Topics: calculator, javascript, react-native
- Language: JavaScript
- Homepage: https://expo.io/@ogomes/bmi-calculator
- Size: 91.8 KB
- Stars: 36
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```