Calculator
Calculator copied to clipboard
A Calculator App built with HTML, CSS, and JavaScript. It also has a Dark Mode.
Created two functions to check number inputs and operator/decimal inputs. Also added a hover effect to the clear button in both dark and light mode.
Please check and you can merge it with your project to work properly.
I honestly think you should remove the dark mode and light mode titles when clicked on the button, it looks a little weird to see and takes away from the...
I have done few changes in script.js and now the issue is resolved
The application does not handle the case where the user could press multiple operators consecutively, to basically "string" them together succesively. For example, the user could press the **'+'** button...
Last time, I created an issue: https://github.com/zxcodes/Calculator/issues/33 You can go check it, out. Now I fixed it by myself. So now 0.1+0.2=0.3 Fixed!