Skip to content

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

License

Notifications You must be signed in to change notification settings

mrnko/calculator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.