Skip to content

Calculator made with html , css and javascript with keyboard input included.

Notifications You must be signed in to change notification settings

MashymAli/basic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-calculator

Simple calculator with HTML CSS and Javascript.

Link:

Deployed Link: https://calculator-mashym.netlify.app/

Features:

  • Keyboard support.
  • Performs basic arithmetic functions (add+ subtract- multiply* and divison/).
  • You don't have to click on calculator screen to start working just open the website and do your calculations.
  • You can clear the calculator screen by pressing c or C.
  • You can also use backspace for erasing a single character.
  • Works well on mobile devices.
  • You can write x or * both will work for multiplication operation.
  • You can use = or Enter key on keyboard for evaluating expression on screen.
  • Shows Error for illegal expressions like 2+2+

Screenshot:

Capture