An open API service indexing awesome lists of open source software.

https://github.com/arwl2016/js-calculator

Javascript Calculator
https://github.com/arwl2016/js-calculator

heroku javascript jsdom sass underscore webpack

Last synced: 2 months ago
JSON representation

Javascript Calculator

Awesome Lists containing this project

README

          

### Javascript Calculator

#### Useful Links
https://calculator-arwl.herokuapp.com/
https://www.freecodecamp.com/challenges/build-a-javascript-calculator
https://github.com/ARWL2016/js-calculator
http://codepen.io/arw2014e5/pen/gLpWgj

#### Featured Libraries / Tools
- webpack
- sass
- mocha
- jsdom
- underscore
- express

#### Branches
Master
Codepen - contains original project
JQuery - project prior to replacing JQuery with native JS

#### Issues
- decimal function allows input such as 1.2.3 - how can we avoid this but still allow 1.2 * 2.3 etc?
- btn clicks stick if you move to keyboard input
- button inside link is officially invalid

#### Deployment
11.5.20 - moved to new stack on Heroku