Create a calculator. It should contain all ten numbers, 0 - 9, along with buttons to add, subtract, multiply, divide, and equal. There should be a display that updates as you click buttons. Your calculator should behave as much like a real calculator as possible. Calculations should continue until the equal key is clicked.

The Bootstrap Documentation will be essential for successfully completing this project.