I would like to know what ya’ll think of my calculator
src: https://github.com/saidg23/calculator
live demo: https://saidgarcia.com/calculator/
I would like to know what ya’ll think of my calculator
src: https://github.com/saidg23/calculator
live demo: https://saidgarcia.com/calculator/
Problem:
I enter a number multiplied by another and then press the equals button. I press another number and it gets concatenated with the result.
8
X
4
=
8 X 4 = 32
4
8 X 4 = 324
Hey, it looks nice but it is completely keyboard inaccessible. You should use actual <button>
s instead of <div>
s with a button class.
Thanks for the feedback ya’ll I think the issues are fixed now