Responsive application using grid and vue
Design comparison
Solution retrospective
I appreciate your comments
Community feedback
- @dnewbie25Posted over 2 years ago
Hi! I liked the design and how you accomplished it. The responsiveness is smooth and items flow in a good way. The only thing that I would change is that the Bill, Custom, and Number of People fields accept 0 and negative numbers as input, giving
Infinity
or-Infinity
as a result since a division by zero is not defined. This is the only thing I would modify, that the tip calculation should be done only with positive numbers to avoid that kind of result.Overall, you did a really good job!
Marked as helpful1@thebennymaPosted over 2 years agoCurrently, the errors you mention should no longer exist, and calculations are not allowed when a negative number is present, as they have been corrected. Thanks for your feedback 😊
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