Skip to content

igorg524/javascript-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

javascript-calculator

javascript-number-systems-calculator

Number system conversion calculator built using HTML, CSS and JavaScript

Functionality

  • You can only enter characters that correspond to a given number system.

  • If you try to enter a character that does not correspond to the given number system, the input field will light up.

  • All conversions are done instantly.

Demo

View my site

number-systems-calculator