Foundations CALCULATOR project from The Odin Project.
Link to the live version https://alejandronav.github.io/calc/
Calculator is going to contain functions for all of the basic math operators

EXTRA CREDIT: Users can get floating point numbers if they do the math required to get one, but they can’t type them in yet. YES
EXTRA CREDIT: Make it look nice! YES
EXTRA CREDIT: Add a “backspace” button, so the user can undo if they click the wrong number. NO no more space in the calculator
EXTRA CREDIT: Add keyboard support! LATER