Hi there !
Thanks for watching my solution for the calculator app challenge. This is my first submission. With this challenge I used for the first time:
- CSS grid
- CSS custom properties
- Color scheme media query
All feedback is appreciated :D
Hi there !
Thanks for watching my solution for the calculator app challenge. This is my first submission. With this challenge I used for the first time:
All feedback is appreciated :D
The front end of the app looks pretty good. Nice job overall
However I did notice a weird behavior with the ( . ) and 0 button. After doing some calculation and pressing =, when pressing both the ( . ) and ( = ), the calculation is repeated
for example 2 + 2 = 4 when pressing =, the addition is repeated with the result of the first addition 4 + 2 = 6 however the . button or 0 for some reason does the same thing
I'm not sure if this is by design or a bug, but it does seem odd as I would expect the calculator to reset after pressing either of those two
Please feedback on what to improve on will be appreciated. You can take a look at the project and advice me on what to improve on for instance code structure, folder structure etc. Thanks