tip calculator app

Solution retrospective
The calculator. I spent hours trying to figure out how it would work and I'm very proud of the result
What challenges did you encounter, and how did you overcome them?- The custom calculation I tried differents solutions and after a few research on Google it was done.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Roman-oryol
Hello, The jumping of elements caused by adding borders on hover for inputs is noticeable. To prevent this, it’s better to use outline instead of border.
Additionally, there’s a lack of highlighting for the active button when selecting a percentage. You could add styles for the active class and apply it upon clicking.
The reset button can be set to type="reset" since it has useful default behaviors. By default, it can be made inactive, and then activated upon selecting a percentage.
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