Feedback on my javascript calculator

Hey guys, I just finished the JS Calculator. Any feedback? Things to fix of improve ?
i think it’s a little hard coded what do you think ?
thanks in advance.

Good job!

I would give some padding to your calculator top.
Try to dercrease its overall width because it looks really stretched or give similar paddings to top and bottom of the element blocks in the calculator.

Cheers.

2 Likes

@shimphillip agreed. Also, use one accent color throughout instead of red, blue and yellow. Good job, though.

1 Like

Great ! I tested the calculator by performing basic mathematical operations, it works great.
Just one suggestion :
Remove the box shadow which is applied when I click on the button id= “display” .

1 Like