Skip to content

km-saifullah/calculatorApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖩 Calculator Application

A very basic calculator app using JavaScript DOM

This calculator can addition, subtruction, multiplication and divising by clicking the respective button.

Calculator App UI

Application Features

  1. Perfrom Addition(+)
  2. Perform Subtruction(-)
  3. Perform Multiplication(*)
  4. Perform Division(/)
  5. Perform Percentage(%)
  6. Find out the big and small number among the inputs(> and <)
  7. Square of the two inputs(^2)
  8. Cube of the two inputs(^3)

Future Updates

  1. Generate Random Numbers accoding to user need
  2. More complex Mathematical operations

Demonstration Video