/react-calc

Calculator made using react

Primary LanguageJavaScript

A basic calculator built using React.

Includes basic state which manages two inputs as well as an operator to function.

Buttons are responsive by either click event or keyboard event

  • = / Enter will perform the calculation assuming there are two inputs and one operator.

  • Options for mathemtical functions are + - / *

  • 'c' will clear all input.

image