Solution to Tip calculator app challenge

Solution retrospective
Any feedback would be greatly appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JustShuaib
Hi there, I noticed from your solution that the
input-people
displays can't be zero when either of the input field is filled. You can work on it to make it display can't be zero only when the input entered into it is zero.Also, the two inputs have a green border on
hover
. Instead ofhover
, you could usefocus
. Really nice work I must say 😊
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