Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayrichh/calculator
Calculator built with JavaScript, HTML & CSS.
https://github.com/jayrichh/calculator
Last synced: 24 days ago
JSON representation
Calculator built with JavaScript, HTML & CSS.
- Host: GitHub
- URL: https://github.com/jayrichh/calculator
- Owner: JayRichh
- License: gpl-3.0
- Created: 2022-06-23T05:08:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T17:03:16.000Z (about 2 years ago)
- Last Synced: 2023-03-05T18:53:33.938Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## On-screen calculator using JavaScript, CSS & HTML.
[Check out a live version here](https://jayrichh.github.io/calculator/ "Calculator")
![calculator_github](https://user-images.githubusercontent.com/18374849/193420232-bd65c5e3-6918-4cdc-8d6e-085c88df224d.png)
## Overview
### Features:
* Supported Operations: Divide, Multiply, Subtract, Percent, Signs
* Added number rounding function to not overflow display
* Added Clear All button to wipe display
* Added Decimal button
* Added funny message if tried to divide by 0
* Added KeyBoard support
* Calculates a single pair of numbers at a time
* Operations buttons can't be pressed if there aren't any numbers present
* Operations buttons and decimal button are prevented from pushing twice## Tools:
* VSCode
* Linux terminal
* Git and GitHub