Feedback for my JS Calculator

Took me longer than I thought, didn’t realize that there would be a lot of corner cases to be aware about.

The calculator also took me a little longer than I thought it should have.

It looks like that for the most part your calculator works. However, there are some things I noticed:

  • The buttons are in odd places
  • The top number in the display, too me is too dark to read
  • If you type in too many numbers, they flow out of the side of the calculator.

All in all, I think that you have completed some of the more challenging parts of this project.

Nice work!

It seems like it works pretty well but you could definitely polish it up a bit with the design. The colors of the calculator are kind of harsh on the eyes/don’t work that well together. I’m also lacking in the design department but have been using https://coolors.co/ for coming up with decent color schemes. Other than the design the functionality is certainly there so good job!