https://github.com/samarthmule/samarths-calculator
https://github.com/samarthmule/samarths-calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samarthmule/samarths-calculator
- Owner: SamarthMule
- Created: 2023-07-21T17:24:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T17:49:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T19:18:11.011Z (over 1 year ago)
- Language: CSS
- Size: 691 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samarth's Calculator
A calculator with basic mathematical functionalities using CSS, HTML, and JavaScript.
Calculators require an interactive interface to perform basic functions such as addition, subtraction, division, and multiplication.
It will need a display screen to display the user's input and give the results.
The grid system in CSS is for the alignments of buttons on the calculator.
The additional tools you need to build a fully functional calculator include eventListeners, if-else statements, operators, loops, and so on.