Need feedback on my calculator page

https://codepen.io/SonaliS/full/evaLbj/ Thank You !

I couldn’t see any errors with how it functioned. It met the user requirements, and handled decimals well, so that is great!

It looks a bit funny on a small viewport where the buttons stack, but at a wider width than the screen. I’d go one of two ways with this:

  1. Make the buttons stack on small screens, but make the button width 100% to prevent a scroll bar.
  2. Prevent the buttons from stacking and keep your calculator layout the same. Force a scroll bar by giving it a minimum width.

Hope this helps!

1 Like

Thank You Dough,
That’s a very good find and suggestion. Thank you for taking time to take a look at it :slight_smile:
-Sonali

1 Like