It's another calculator written in Reason using ReasonReact

Up and Running

git clone https://github.com/jimmyhuco/simple-calculator.git
cd simple-calculator
yarn install
yarn start

Notes

Live Demo

In desktop, keyboard is supported. Some speical keymaps:

  • Enter equals =
  • Backspace equals CLS
  • * equals x
  • / equals ÷

I copyed css files from ahfarmer's calculator, thanks @ahfarmer.