Design comparison
Solution retrospective
I will very much appreciate some feedback on this, I will be keen on best practices. Thank you.
Community feedback
- @MojtabaMosaviPosted over 3 years ago
Hi!, nice job, well styled and functional. I suggest you take look at following things:
1- The reset button is disabled becase you've set the disable attibute on it, logically it would makes sance to disable it when the controls are empty.
2- currently there is an limit for the custom tip procentage which not expected, to limited it quite logical but even if it's really unlikely if somebody wants to give an 10000% procent tip.
3- At smaller screen sizes there is not spacing between the container and the edegs of the window which is not good for the readability.
4- I suggest you start looking in a naming convention for your class or even a better choice would be methodology like BEM because it helps you write more clear and structured markup.
Keep coding :)
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