MashymAli / basic-calculator

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

Home Page:https://calculator-mashym.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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


Languages

Language:HTML 40.4%Language:JavaScript 39.4%Language:CSS 20.3%