Design comparison
SolutionDesign
Community feedback
- @ChamuMutezvaPosted over 2 years ago
Hi. Here are some points to consider:
- set a maximum limit of the number to accept - at the moment i can enter any number without limit
- try adding
0.1 + 0.2
- use semantic elements, the calculator cannot be used by keyboard users. Onclick events should be associated with elements such as a button, a
p
element is not intended for such purpose - causes confusion to assistive technology users - the use on !important in your css can mean that there is some improvements that can be made. For larger projects , that will cause debugging and maintenance issues. I would recommend to search for alternatives in challenges like this.
Marked as helpful0@firdaussmsudinPosted over 2 years ago@ChamuMutezva Thanks for your feedback, I will work out on it.
0
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