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.
- Host: GitHub
- URL: https://github.com/km-saifullah/calculatorapp
- Owner: km-saifullah
- Created: 2023-11-14T04:24:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T06:12:05.000Z (over 2 years ago)
- Last Synced: 2024-12-27T05:25:34.354Z (about 1 year ago)
- Topics: calculator-application, css, document-object-model, html, javascript, javascript-dom
- Language: JavaScript
- Homepage: https://km-saifullah.github.io/calculatorApp
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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