/basic-calculator

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

Primary LanguageHTML

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