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
- Host: GitHub
- URL: https://github.com/arwl2016/js-calculator
- Owner: ARWL2016
- Created: 2017-02-02T06:12:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T11:37:53.000Z (about 6 years ago)
- Last Synced: 2025-03-24T07:57:09.386Z (over 1 year ago)
- Topics: heroku, javascript, jsdom, sass, underscore, webpack
- Language: JavaScript
- Homepage: https://calculator-arwl.herokuapp.com/
- Size: 448 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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