Design comparison
Solution retrospective
Tip calculator challenge. No framework used in project. HTML5, CSS, JS.
Community feedback
- @k-stopczynskaPosted about 2 years ago
Hi!
Congratulations on finishing the challenge!
I have two suggestions based on testing live version:
-
You did fix the outcome but didn't prevent the user from inputting values like: 123,567789 and they do appear as a tip value as user is typing and overflowing the container.
-
I can easily set No. of people and bill amount to negative numbers as well as get custom negative tip, you probably don't want that (simple min value on the input field would do the trick).
Overall nice job, happy coding!
Marked as helpful1@giandefariaPosted about 2 years ago@k-stopczynska Hello!
Initially sorry for my english, is not my native language. I fixed the two errors you are suggested.
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