A basic calculator built using React.
Includes basic state which manages two inputs as well as an operator to function.
-
= / Enter will perform the calculation assuming there are two inputs and one operator.
-
Options for mathemtical functions are + - / *
-
'c' will clear all input.