Design comparison
Solution retrospective
That was eazy .
Community feedback
- @Alucard2169Posted over 2 years ago
Hi,
-
Design look good, but a bit too small, so you should work on the dimensions to make it more visible and stand out on the screen.
-
The formula you used to calculate the tip and total amount aren't working properly, you can look up online to see the correct formula for tip-calculator.
-
The reset button is suppose to clear every input and amount display, and bring everything back to square one. You should work on that.
-
People input isn't suppose to take negative or fraction values.
-
Bill input and custom tip input isn't suppose to take negative values.
-
Using attributes like
hiddenheading
andzero-people
on html element is not valid, if you want to set something to hidden you can use CSS or JS for it.
Best of Luck
0@Halix7Posted over 2 years ago@Alucard2169 Thanx for the feedback . That will definately help me a lot 🕵️.
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