Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I finally understood the basic concepts of working with async functions and also how JSON works.

    What challenges did you encounter, and how did you overcome them?

    I had issues with getting the output to display properly. The output kept on displaying 0, and when I told a friend about it, he helped me realize that there was an issue with the forEach index. timeData.forEach((e, i)

    What specific areas of your project would you like help with?

    After deploying the site, the inputs no longer change when the buttons are clicked. It works just fine locally. I need help solving this issue

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I worked with an external script to handle the validation which is a big win for me.

    What challenges did you encounter, and how did you overcome them?

    I had issues with handling the submit event where the success message has to appear. This is because I'm using Bouncer JS and I'm still quite unfamiliar with the concepts

    What specific areas of your project would you like help with?

    This time I tried using Bouncer JS to handle validation. I had completed the same challenge a while back and I completed it with vanilla JS and I was able to handle the validation.

    Now I'm facing issues with handling the success part of the form. Particularly making the success container only pop up when the form has been submitted successfully without any errors. It works perfectly when I use vanilla JS, but I'm facing difficulties making it work with bouncer JS.

    I appreciate any help that can be offered.

  • Submitted


    What specific areas of your project would you like help with?

    I need help with the input format for the card number input field. Also, there's an issue where the the submission fails because of the card input error, even if the correct number of characters are entered, it still fails to submit

  • Submitted


    What specific areas of your project would you like help with?

    I faced issues with calculating the right values for the month and day output. Could you please check the code and let me know where I went wrong

  • Submitted


    What are you most proud of, and what would you do differently next time?

    What challenges did you encounter, and how did you overcome them?

    What specific areas of your project would you like help with?

  • Submitted


    Hi✨. I need help with changing the value of the sliderValue on mobile devices when moving the range. I've tried multiple options but I can't seem to figure it out.