A calculator built with Reason and reason-react.
https://reason-calculator.now.sh
$ git clone https://github.com/wyze/reason-calculator.git
$ cd reason-calculator
$ yarn # or `npm install`
$ npm run dev
$ npm run build
v2.0.0 (2019-04-24)
- Add back version scripts (@wyze in a370a37)
- Update demo URL (@wyze in 35baf4a)
- Meta file updates (@wyze in ae86464)
- Add tests with
bs-react-testing-library
(@wyze in 18da5d2) - Convert project to reason-react v0.7.0 and JSX 3 syntax (@wyze in 5a44d15)
- Fix build to work on Travis CI (@wyze in fb3331f)
MIT © Neil Kistner