Skip to content

Instantly share code, notes, and snippets.

@JonaMX
Last active July 5, 2018 04:00
Show Gist options
  • Save JonaMX/d29a754ae625664b0cf7 to your computer and use it in GitHub Desktop.
Save JonaMX/d29a754ae625664b0cf7 to your computer and use it in GitHub Desktop.

Body Mass Index Challenge

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. You should register as a user in order to use the application and calculate your body mass index.

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

  • Add tests - TDD/BDD
  • Use any JS framework
  • Use any 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 to heroku, or any other provider
  • HAVE FUN CODING !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment