mrnko / calculator-js

A very simple calculator built using vanilla HTML, CSS and JavaScript.

Home Page:https://mrnko.github.io/calculator-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Calculator

mrnko - calculator-js stars - calculator-js forks - calculator-js


A very simple calculator built using vanilla HTML, CSS and JavaScript.

Controls / Functionality

  • Can be controlled using either mouse / touchscreen or by using the keyboard pressing the corresponding keys.

  • Decimal point can be inserted using both comma or dot key on the keyboard.

  • DEL deletes last digit.

Demo

View site - GH Pages

calculator-js

  • Feel free to suggest any improvements by creating an issue.

  • You can also work on an already open issue and pull request when finished, so I can review the changes and eventually merge them to the base branch.

About

A very simple calculator built using vanilla HTML, CSS and JavaScript.

https://mrnko.github.io/calculator-js/

License:MIT License


Languages

Language:CSS 37.8%Language:HTML 35.0%Language:JavaScript 27.2%