A web calculator made entirely with pure JavaScript, CSS and HTML (no frameworks).
A simple calculator app made with pure JavaScript.
Name | Description |
---|---|
Sum | The mathematic sum operation |
Subtraction | The mathematic subtraction operation |
Division | The mathematic division operation |
Multiplication | The mathematic multiplication operation |
Signal Change | Makes the current number negative/positive |
Percentage | Returns 1% of the current number |
Clear | Clears the calculation area |
Delete | Deletes the last character on the calculation area |
Equals | Displays the result of the mathematic expression in the calculus area |
- bruno-slv
First of all, the original calculator design was made by Pramod R H, and the original work can be found on this link. Essentially, the design is the same but with some changes.
Finally, the list of the necessary bibliography for the project is:
- ECMAScript 6
- CSS3
- HTML5
- Visual Studio Code
- Chrome Dev. Tools