Front End Libraries - Calculator Project - Please, share your thoughts on this

After a lot of trial and error, I’ve finally completed this FreeCodeCamp - Front End Libraries - Calculator Project, Please, share your thoughts on this - https://srikanthkanjarla.github.io/Calculator/

1 Like

Numbers can run off the display like this:
image

When you start a number with multiple zeros the calculator breaks.

Precision should be to 4 decimal places.

Division by 0 is not infinity, it is undefined. Also this happens after division by 0:
image

Nice job… I really like how it looks, it’s got a great calculator feel to it.

2 Likes

@saclark12000 thank you very much,I appreciate you sharing valuable feedback, I will work on these issues,

2 Likes