CrowsVeldt/FreeCodeCamp-Javascript-Calculator
A simple Javascript calculator for FreeCodeCamp.
JavaScriptMIT
Issues
- 0
- 3
- 0
Fix problem with 0.1 + 0.2
#29 opened by CrowsVeldt - 0
- 0
Bold "total" after evaluation
#10 opened by CrowsVeldt - 0
Prevent adding the same number to history multiple times in a row with repeated pressing of equals
#18 opened by CrowsVeldt - 1
Change what happens after pressing '='
#30 opened by CrowsVeldt - 0
Add the option to change the sign of the currentEntry (negative to positive and vice versa)
#32 opened by CrowsVeldt - 0
When currentEntry is empty display '0'
#31 opened by CrowsVeldt - 1
Keyboard Accessibility
#5 opened by CrowsVeldt - 0
Organize CSS
#24 opened by CrowsVeldt - 0
E-notation needs fixing
#28 opened by CrowsVeldt - 0
- 1
Set limit to the number of digits that can be displayed so that it doesn't go off the screen
#22 opened by CrowsVeldt - 0
If the result is larger than 15 digits long, display it using exponential notation
#26 opened by CrowsVeldt - 2
Floating point errors
#13 opened by CrowsVeldt - 0
Change display so that it shows the current operator next to the currentEntry without breaking anything
#25 opened by CrowsVeldt - 1
The no-longer-critical leading zero bug
#12 opened by CrowsVeldt - 0
Re-seperate current-display into a display for currentEntry and one for equationToEvaluate
#23 opened by CrowsVeldt - 0
This thing needs a licence, DANG IT!
#7 opened by CrowsVeldt - 0
When in mobile view, elements poke off the edge of the window, even though everything is 100vw
#17 opened by CrowsVeldt - 0
Make font-size responsive
#19 opened by CrowsVeldt - 0
In smaller screen sizes the text in the 'previous' button gets pushed to the right edge
#20 opened by CrowsVeldt - 0
Need to make it responsive and mobile friendly
#16 opened by CrowsVeldt - 0
- 1
It's **UGLY**
#4 opened by CrowsVeldt - 0
- 0
Refactor display code
#11 opened by CrowsVeldt - 1
The good-ol' octal problem
#3 opened by CrowsVeldt - 3
- 0
Prevent placing two operators in a row
#1 opened by CrowsVeldt - 0
Test Issue #2 from Command Line
#9 opened by CrowsVeldt - 0
Test Issue from Command Line
#8 opened by CrowsVeldt - 0
Play notes for each button press
#6 opened by CrowsVeldt