Tip calculator app - React

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@EmLopezDev
Looks great, something I over looked on mine that you added was the ability to reset anytime any value is enter which is a good user experience. Good job. It looks pretty much identical to the design.
Few things that can improve:
- If a custom tip is entered and then you click one of the tip buttons, the custom tip input should get cleared and not retain the entered amount.
- Another thing is you are using a lot of divs, there are other HTML tags you can use to make it more semantic for example wrapping the bill, tip, and people inputs in a
form
tag or using a few section tags.
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