This project consist of a very simple calculator. Add any number to the first and second number input and decide what you want them to do! Options include: addition, multiplication, addition and subtraction.
Tech Used: HTML5, CSS3 and JavaScript.
Lessons Learned: Javascript can literally do magical things. I had no idea the limit that I could take it to as far as being able to use arithmetic. By adding type=number to the input field in HTML, the numbers that can be used in the equations are limitless.