Skip to content

statecharts/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 10.1%
  • CSS 5.9%