Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Another Simple Calculator
https://github.com/jimmyhuco/simple-calculator

Last synced: about 1 month ago
JSON representation

Another Simple Calculator

Lists

README

        

# It's another calculator written in Reason using ReasonReact

## Up and Running

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

## Notes

[Live Demo](https://jimmyhuco.github.io/simple-calculator)

In desktop, keyboard is supported. Some speical keymaps:

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

I copyed css files from [ahfarmer's calculator](https://github.com/ahfarmer/calculator), thanks @ahfarmer.