bruno-slv / Pure-JavaScript-Calculator

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

Home Page:https://bruno-slv.github.io/Pure-JavaScript-Calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://bruno-slv.github.io/Pure-JavaScript-Calculator/


Languages

Language:JavaScript 45.6%Language:HTML 35.7%Language:CSS 18.7%