Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

jimmyhuco/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.