luismiguelfeijoo / prework-javascript-calculator

A calculator with only JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prework-javascript-calculator

A calculator with only JS (Experimenting with neumorphic design)

Click on the picture and give it a try!

calculator

It has the basic features:

  • Additions
  • Substractions
  • Multiplications
  • Divisions

You also can work with decimal values (+- 0.001).

The DEL buttons allows the user to delete only the last number displayed on the screen.

The AC resets the calculator.

About

A calculator with only JS


Languages

Language:CSS 55.1%Language:JavaScript 31.3%Language:HTML 13.6%