React based clone of OSX calculator.
Essentially an over-engineered version calculator with 52bit operation limit.
npm install
npm start
Loads webpack-dev-server
with compiled bundle and hot module reloader.
npm test
Runs tests for redux store and basic calculator functions.
This could've been implemented with plain html controls and event delegation. Events could dispatch actions on redux store and force Head/Result component to re-render.