Tip calculator App with CSS grid and Vanilla JavaScript

Solution retrospective
Hi everyone! I just completed the tip calculator app using vanilla javaScript. probably should have used a frontend framework like react for this challenge. any advice on areas I can improve are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @besttlookk
Hi, Below are some points you should consider:
- Consider your design for large input and output value. Currently your design breaks when i keep adding value.
- Give some max limit to the input values, to avoid geting very large output. Show error in that case.
- Also give max limit to custom percent .
Other than that everything looks okay.
Good luck,
Happy Coding
Marked as helpful
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