An open API service indexing awesome lists of open source software.

https://github.com/km-saifullah/calculatorapp

🔢 A very basic calculator application using JavaScript DOM.
https://github.com/km-saifullah/calculatorapp

calculator-application css document-object-model html javascript javascript-dom

Last synced: 4 months ago
JSON representation

🔢 A very basic calculator application using JavaScript DOM.

Awesome Lists containing this project

README

          

# 🖩 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](./images/claculatorUI.PNG)

## 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