Calculator App

Solution retrospective
Everything I did was just basic but it was fun using tailwind css v4.1 on my project. Different experience all together.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@ttsoares
Nice job !
Some comments:
- If the calculation results in a recurring decimal, the display will “leak”. Like 8/3.
- If you like to use Tailwind consider the use of the tailwind.confg.js file where one can place settings in such way that this is not needed:
[@media(min-width:360px)]:text-3xl
. - When the math operator is clicked, like +, the second operand (number) seems a bit out of place too much to the bottom.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord