jimmyhuco / simple-calculator

Another Simple Calculator

Home Page:https://jimmyhuco.github.io/simple-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Another Simple Calculator

https://jimmyhuco.github.io/simple-calculator


Languages

Language:OCaml 49.7%Language:JavaScript 30.3%Language:HTML 10.1%Language:CSS 9.8%