Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 719 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 719 Bytes

Simple-Calculator

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.

Screenshot 2023-10-01 at 5 23 39 PM

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.