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 comments

  • Lenzhy 10

    @Lenzhy

    Submitted

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

    I am proud that I made my code concise and without repetition with array.

    I don't have enough knowledge yet to have other option but will look into other solution

    Change:

    I found an other solution without using ID

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

    My first code was way too long and there was a lot of repetition. I found the solution by looking into array.

    Change:

    I needed to learn how to navigate in the Dom

    @Litheesh-kumar

    Posted

    Learn about Event Propagation, Event Delegation and DOM traversing. Gaining Knowledge from those can help you to write better code dynamically. Still your code looks like static(what if I added new Question, you need to make change in JS file right. It is not a better way to do) .Happy Coding✨.

    Marked as helpful

    1
  • Endy1381 150

    @Endy1381

    Submitted

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

    finishing the code under 1 hour

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

    centering the div and making it good for mobile devices, i still haven't solved them fully

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

    the responsive side and centering the card vertically specifically, but any feedback will be welcomed!

    @Litheesh-kumar

    Posted

    Code looks pretty. You can improve your code by adding class names based on BEM. In the starter code you can find active-design file under asset/designs, From there you came to know what style should add to an elements when hovering or some sort of conditions.happpy coding..😊✨

    0