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

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

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

[![View my site](https://img.shields.io/badge/View%20my%20site-8A2BE2)](https://siemanko.bieda.it/kalkulator-prosty/)

![javascript-calculator](https://github.com/user-attachments/assets/9cef7fee-7070-4c69-bb41-38758700b744)