https://github.com/chris-pearce/javascript-calculator
A simple JavaScript calculator ✖️➕➖➗
https://github.com/chris-pearce/javascript-calculator
Last synced: 3 months ago
JSON representation
A simple JavaScript calculator ✖️➕➖➗
- Host: GitHub
- URL: https://github.com/chris-pearce/javascript-calculator
- Owner: chris-pearce
- License: mit
- Created: 2016-09-16T22:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T08:47:26.000Z (over 8 years ago)
- Last Synced: 2025-01-11T00:23:13.774Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Calculator
In an effort to get better at JavaScript and ES6 I'm building a calculator under the mentoring of [Dave Berner](http://davidberner.co.uk/). See the [Issues](https://github.com/chris-pearce/javascript-calculator/issues) section to see what’s left to do.
The calculator is a simple four function calculator and is modeled of the **Basic** variation of the OS X calculator. Please log any bugs [here](https://github.com/chris-pearce/javascript-calculator/issues) 👍.
I’ll be doing my best to make this calculator accessible as accessibility on the Web is important to me.
As a sort of fun experiment I used CSS viewport units for the entire calculator UI so it’ll _always_ take up the entire width and height of your viewport. I was tempted to put a `max-width` on the calculator but thought ‘what the heck’ let it keep going. So launch it on your smart TV and see the world’s largest on-screen calculator 😄.