Skip to content

chenglou/reason-calculator

 
 

Repository files navigation

reason-calculator

Website Build Status dependencies devDependencies

A calculator built with Reason and reason-react.

Live Demo

https://reason-calculator.surge.sh

Setup

$ git clone https://github.com/wyze/reason-calculator.git
$ cd reason-calculator
$ yarn # or `npm install`

Development

$ npm run dev

Build

$ npm run build

Change Log

Full Change Log

v1.2.0 (2017-04-06)

  • [cd9c2285f1] - Add ability to enter decimals (Neil Kistner)
  • [93c692abc1] - Remove stale Pending action (Neil Kistner)
  • [7458b780c5] - Convert int to float to prepare for decimal functionality (Neil Kistner)

License

MIT © Neil Kistner

About

A calculator built with Reason and reason-react.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 93.0%
  • JavaScript 6.2%
  • HTML 0.8%