Skip to content

mukeshsoni/statechart-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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