Feedback on my calculator's display (mobile and desktop)

[calculator app](http://codepen.io/urban_inka/full/vKPgrR)

Anything I can do to improve it? Thank you

Great work! I like the look on desktop. If you post just your bare link in the text field here on the forums, your CodePen will pop up automatically.

http://codepen.io/urban_inka/full/vKPgrR

becomes >>

You may want to refresh the display every time the user completes an operation. If I left the previous result up and performed more calculations, the new results were appended on.

1 Like

Thanks for the feedback @PortableStick
I’ll look into it

I made some changes. The calculator is now responsive. Should work well on mobile.

I also have it so that the calculation clears when the answer displays.
Thanks again for your feedback!