Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paobnvntr/cashew-calculator
Basic JS Calculator
https://github.com/paobnvntr/cashew-calculator
Last synced: about 20 hours ago
JSON representation
Basic JS Calculator
- Host: GitHub
- URL: https://github.com/paobnvntr/cashew-calculator
- Owner: paobnvntr
- Created: 2023-01-02T02:25:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:51:58.000Z (7 months ago)
- Last Synced: 2024-05-11T10:34:22.248Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![calculator](https://user-images.githubusercontent.com/95178829/210863085-2b10c263-db2b-41ae-8358-d38466349cd1.png)
# Basic JS Calculator
This is a basic calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
It consists of a user interface with screen for input and output and buttons for numbers and various operations.
When a user inputs numbers and selects an operation, the calculator performs the calculation and displays the result in the screen.
The calculator also have additional features such as the ability to handle decimals and negative numbers.