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

https://github.com/samarthmule/samarths-calculator


https://github.com/samarthmule/samarths-calculator

Last synced: over 1 year ago
JSON representation

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.