Calculator

The task is to create a react based calculator which can perform the following operations:

  • Addition
  • Subtraction
  • Division
  • Multiplication
  • Clear All
  • Equals to

The main page should look somewhat like this

image

image