Calculator Feedback rdhi

I just finished the calculator project and am hoping for some feedback. I decided to make a traditional calculator (i.e. no order of operations, you only see current input). You can chain calculations (e.g. 3 + 3 - 2…), use decimals, make a number negative. I haven’t been able to find any bugs on my own, but maybe you will? Each calculation also appears in the Console.

Thanks in advance for checking it out!

Hi rdhi,
congrats! nice work.
After a brief review I wasn’t able to find any bugs… all basic functionalities work as they should.

1 Like

Thanks for reviewing! Really appreciate it. :slight_smile:

I would just align right the numbers on display otherwise nice job. :+1:

Your calculator works fine. Push yourself a little further and build a scientific calculator :wink:

Definitely a good idea! I’ll get to it once I finish the other front-end projects :grinning: