Latest solutions
Tip calculator app
Submitted 4 months agoHow to update the result when typing the input without selecting the tip button again?
Latest comments
- @ktzazz@MaruchetO
Amazing solution!
- @shreyabajaj12@MaruchetO
Good work! However, the form cannot be completed by only using keyboard.
- @T23harms@MaruchetO
Great solution! For divider, you can group the question and answer together in div element like
<div class='qna'>
in html and use selector like.qna + .qna
with theborder-top
property to create the divider in css.Marked as helpful - @mimipeshy@MaruchetO
Good work! However, the submit button still works even the rating is not selected.
- @moncadadWhat challenges did you encounter, and how did you overcome them?
Maybe I was tired when I started this project, but I had such a brain fart moment. I couldn't remember how to loop through elements. Ha, eventually I figured it out all I needed was to do a little research/review!
What specific areas of your project would you like help with?Feel free to look through my code, and let me know of anything I can do better or ways that I can make it more reusable. Feedback is always welcomed :)
@MaruchetOGreat work!
- @Kacab@MaruchetO
Nice solution! For input and button, you can use
cursor: pointer
to make them look clickable.Marked as helpful