pull/259/merge
Jesse Hall 2 years ago committed by GitHub
commit 8fc45dcacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,9 +26,8 @@ button (for clear all).
digits in the entry pad. Entry of any digits more than 8 will be ignored. digits in the entry pad. Entry of any digits more than 8 will be ignored.
- [ ] User can click on an operation button to display the result of that - [ ] User can click on an operation button to display the result of that
operation on: operation on:
* the result of the preceding operation and the last number entered OR _ the result of the preceding operation and the last number entered OR
* the last two numbers entered OR _ the last two numbers entered OR \* the last number entered
* the last number entered
- [ ] User can click the 'C' button to clear the last number or the last - [ ] User can click the 'C' button to clear the last number or the last
operation. If the users last entry was an operation the display will be operation. If the users last entry was an operation the display will be
updated to the value that preceded it. updated to the value that preceded it.
@ -53,10 +52,9 @@ number.
## Example projects ## Example projects
- [BHMBS - JS-Neumorphic-Calculator](https://barhouum7.github.io/JS-Neumorphic-Calc.github.io/)
- [Javascript iOS Style Calculator](https://codepen.io/ssmkhrj/full/jOWBQqO) - [Javascript iOS Style Calculator](https://codepen.io/ssmkhrj/full/jOWBQqO)
- [Javascript Calculator](https://codepen.io/giana/pen/GJMBEv) - [Javascript Calculator](https://codepen.io/giana/pen/GJMBEv)
- [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX) - [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX)
- [Javascript-CALC](https://github.com/x0uter/javascript-calc) - [Javascript-CALC](https://github.com/x0uter/javascript-calc)
- [Sample Calculator](https://sevlasnog.github.io/sample-calculator)
- [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator) - [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator)
- [codeSTACKr JavaScript Calculator](https://codepen.io/codeSTACKr/pen/BaygGev)

Loading…
Cancel
Save