Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-winston/javascript-calculator
A simple and user-friendly calculator in javascript.
https://github.com/j-winston/javascript-calculator
Last synced: 7 days ago
JSON representation
A simple and user-friendly calculator in javascript.
- Host: GitHub
- URL: https://github.com/j-winston/javascript-calculator
- Owner: j-winston
- Created: 2022-10-07T15:22:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T11:32:11.000Z (about 2 years ago)
- Last Synced: 2024-11-14T17:33:43.152Z (2 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-calculator
A simple and user-friendly calculator in javascript.Does all the stuff that a basic calculator can do: add, subtract, multiply and divide. Handles fractions and percentages gracefully.
You can chain together multiple operations and it also supports running iterative totals.![Screenshot from 2022-10-24 07-23-33](https://user-images.githubusercontent.com/102254727/197516153-967c0719-ddea-47a9-99e5-6e260be5ed82.png)