https://github.com/nikolasent/coursera-developing-data-products
Body Mass Index (BMI) Calculator. Project for the Coursera Developing Data Products MOOC.
https://github.com/nikolasent/coursera-developing-data-products
Last synced: about 1 year ago
JSON representation
Body Mass Index (BMI) Calculator. Project for the Coursera Developing Data Products MOOC.
- Host: GitHub
- URL: https://github.com/nikolasent/coursera-developing-data-products
- Owner: NikolasEnt
- Created: 2016-09-26T21:10:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T20:58:33.000Z (about 9 years ago)
- Last Synced: 2025-06-20T18:09:47.760Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Body mass index (BMI) calculator
Course Project for Coursera Developing Data Products MOOC
The app is a simple body mass index (BMI) calculator. It was developed as a R Shiny app.
## **[Go to the web app](https://nikolasent.shinyapps.io/bmi1/)**

## Content of this repo
- `scr` a directory with the source code for the project. See `server.R` and `ui.R` files in the repo.
- `bmi_presentation.Rpres` a presentation of the project. Is is also available [online](http://rpubs.com/nikolasent/bmi1). The presentation contains more details about the app.
[The app](https://nikolasent.shinyapps.io/bmi1/) itself is available on the Shiny server.
More about the BMI Categories on *[Wikipedia](https://en.wikipedia.org/wiki/Body_mass_index#Categories)*.