Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 570 Bytes

Simple calculator built using statecharts

Implementation of calculator using statechart as described in Ian Horrock's book - 'Constructing the User Interface'

Calculator screenshot

The demo can be found on codesandbox - https://codesandbox.io/s/github/mukeshsoni/statechart-calculator/tree/master/

To test it locally, clone the repository and run the following commands on your terminal

$ git clone https://github.com/mukeshsoni/statechart-calculator.git
$ cd statechart-calculator
$ npm install
$ npm run start