Responsive tip calculator app

Solution retrospective
For some weird reason the javascript parts of these projects comes easy, even easier than the css.
What challenges did you encounter, and how did you overcome them?The challenges i encountered where the layout which took me extra ours than i had planned and the cases in my javascript calculaion where the calculations where reading 'infinity' or NaN both i fixed all that. T
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@2XG-DEV
Really nice job!
In my solution i just focused on the validations a lot and that made sure that i did not have to handle those cases where the results would be weird values because the user cannot input invalid numbers such negative ones or zero.
I see your solution does not do validations at all and still outputs infinity and such, should add those form validations in.
You can checkout mine for help, overall very nice solution, styling is very good, did not know you could nest classes like that.
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