https://github.com/mutalis/bmi
Body Mass Index Calculator
https://github.com/mutalis/bmi
authentication body-mass nodejs rails react ruby
Last synced: 3 months ago
JSON representation
Body Mass Index Calculator
- Host: GitHub
- URL: https://github.com/mutalis/bmi
- Owner: mutalis
- License: gpl-3.0
- Created: 2017-12-16T04:50:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:45:28.000Z (over 1 year ago)
- Last Synced: 2025-07-30T15:57:52.424Z (11 months ago)
- Topics: authentication, body-mass, nodejs, rails, react, ruby
- Language: Ruby
- Homepage: https://bodymassindexcalc.herokuapp.com/
- Size: 497 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Body Mass Index Calculator
## Description
Create a web application to calculate the body mass index given the mass and height of the user. The application must indicate the category accordingly to the [standard](http://en.wikipedia.org/wiki/Body_mass_index#Categories). You should register as a user in order to use the application and calculate your body mass index.
## Backend: Ruby on Rails
This application requires:
* Ruby 2.4.2
* Rails 5.0.6
## Frontend: React
This application requires:
* Node 8.x
* React 16.2.x
## User stories
* As a visitor I should be able to register myself as a user in order to use the body mass calculator
* As a user I should be able to calculate my body mass in order to know if I have overweight or underweight
## What are we going to evaluate ?
* Quality of the code
* Logic
* Architecture used
## Plus
* Use Node.js or Ruby on Rails in the backend
* Add tests - TDD/BDD
* Use angular or any other JS framework
* Use a CSS framework
## Rules
* You can use the language of your preferene in the backend
* The code must be uploaded to a github repository
* The application must be deployed