Submitted about 1 month agoA solution to the Tip calculator app challenge
Tip Calculator Mobile first workflow
@thomi-h

Solution retrospective
What are you most proud of, and what would you do differently next time?
Here I don't use the form element purpose as it should. I got confused how should I use it since the design doesn't come up with submit button. Next time I will try to use the form element as it should like handle submit event.
What challenges did you encounter, and how did you overcome them?I have trouble checking for the value of radio input since we can't get form Data since there is no submission to the form. I found out we can use the query selector with input:checked for that.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Thomi Hawari's solution.
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