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.
- 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
- Quality of the code
- Logic
- Architecture used
- Add tests - TDD/BDD
- Use any JS framework
- Use any CSS framework
- 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 !