/adder

Simple number adder

Primary LanguageJavaScript

Adder

Simple calculator program

Uses ReactJS, WebPack, Babel, Jest. Due to a limitation with Jest & Jsdom, tests need to be run in node 0.10.

Installation

npm install
npm run build
npm start

Test

npm test

Development

npm run watch

TODO

  • Keyboard Input
  • Responsive Styling & Layout