BMI Calculator

What you will create

Made a Body Mass Index calculator. Based on the user’s weight and height it will calculate their body mass and give a piece of health advice depending on whether if they have eaten too many pies or if they need to eat more pies.

Learned

  • How to create multi-screen apps with animated navigation.
  • Optional binding, optional chaining and the nil coalescing operator.
  • How to create classes and difference between classes and structs.
  • Pass by value vs. pass by reference.
  • Formatting Strings.
  • Color literals.

OUR APP

Screenshot 2022-06-09 at 9 24 25 AM

Screenshot 2022-06-09 at 9 24 33 AM

Screenshot 2022-06-09 at 9 24 59 AM

GitHub

View Github