Design comparison
SolutionDesign
Solution retrospective
Tweaks
- I added a bonus row of keys with parentheses, square and cube
- I added 2 more themes (gradient + trans flag)
- I made the calculation safe
- by converting numbers like
0011
into11
instead of9
- by allowing calculs using parenthesis as multiplication operator like Ex:
5(10) = 50
/(10)(10) = 100
- by converting numbers like
- I made it possible to use the keyboard keys
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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