WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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.