nrishingha / simple-calculator

A simple calculator created with vanilla javascript, html & css.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-calculator

A simple calculator created with vanilla javascript, html & css. #Steps I took -

  1. add eventListener to each button
  2. add a calculate function
  3. catch values of button in side the function
  4. check if the answer is not empty then only do the calculation
  5. calculate and show the answer to answer input
  6. clear everything on display or
  7. concatenate it to the display

About

A simple calculator created with vanilla javascript, html & css.


Languages

Language:HTML 45.9%Language:CSS 44.4%Language:JavaScript 9.7%