https://github.com/igorg524/javascript-calculator
A simple calculator built using HTML, CSS and JavaScript
https://github.com/igorg524/javascript-calculator
calculator calculator-javascript calculator-js css html javascript javascript-calculator simple-calculator-js
Last synced: 3 months ago
JSON representation
A simple calculator built using HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/igorg524/javascript-calculator
- Owner: igorg524
- Created: 2025-02-16T21:48:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:15:21.000Z (3 months ago)
- Last Synced: 2025-02-16T22:26:04.759Z (3 months ago)
- Topics: calculator, calculator-javascript, calculator-js, css, html, javascript, javascript-calculator, simple-calculator-js
- Language: CSS
- Homepage: https://siemanko.bieda.it/kalkulator-prosty/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-calculator
A simple calculator built using HTML, CSS and JavaScript## Controls / Functionality
- Can be controlled using either mouse / touchscreen or by using the keyboard pressing the corresponding keys.
- Backspace deletes last digit.
- Last operation will show up above the input box every time any of the operators is selected.
- Pressing ± after entering the number will change the number to negative one.
## Demo
[](https://siemanko.bieda.it/kalkulator-prosty/)
