WebTerminator / calculator

A vanilla js calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator

A vanilla js calculator

aim of the project

Build a basic calculator with the ability to:

  • sum, divide, subtract or multiply numbers
  • or any combination of the above
  • the current selection, including operators, should always be visible
  • the calculator should have a decent look and feel
  • core logic to be unit tested with Jest
screen-capture.webm

About

A vanilla js calculator


Languages

Language:JavaScript 69.5%Language:HTML 18.4%Language:CSS 12.1%