Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 441 Bytes

This is a Simple Calculator that was built with React. It has two input Tags for the User to Enter the Numbers to be calculated

e.g Number1 2345 Number2 4563

Then it has the four popular arithmetic Signs.

Addition + Subtraction - Multiplication *
Division / Which are all buttons.

And another input Tag for the result of the calculation. e.g Number1 2345 Number2 4523

  +   -    *   /

  Result   6868