Skip to content

Latest commit

History

History
25 lines (17 loc) 路 664 Bytes

README.md

File metadata and controls

25 lines (17 loc) 路 664 Bytes

馃柀 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