Submitted about 3 years ago
First mobile - Tip calculator app (Html/SASS/JS)
@cerebrawlXIV
Design comparison
SolutionDesign
Solution retrospective
Hi, Don't hesitate to be strict with your feedback. Thanks !
Community feedback
- @hafizanadliPosted about 3 years ago
I found that if the value of total and tip amount result is too long, it will overlap its container.
Keep up the good work!
0 - @ChamuMutezvaPosted about 3 years ago
- a bill of
100
on a 5% tip rate for 3 people will result in a tip per person to be$1.6666666666666667
and a total per person to be35
. You need to format the results to prevent overflowing on the display - this
<input type="number" name='tip' id='custom' placeholder="Custom"/>
should have a label as well in my opinion
Great job , well done. Everything is working well
0@cerebrawlXIVPosted about 3 years ago@ChamuMutezva Thank you for your feedback and your observation!
0 - a bill of
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