Skip to content

bruno-slv/Pure-JavaScript-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure-JavaScript-Calculator

A web calculator made entirely with pure JavaScript, CSS and HTML (no frameworks).

Table Of Contents

Description

Abstract

A simple calculator app made with pure JavaScript.

Features

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

Authors

  • bruno-slv

Acknowledgements

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:

Technologies

  • ECMAScript 6
  • CSS3
  • HTML5
  • Visual Studio Code
  • Chrome Dev. Tools