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

  • santiagodev10• 60

    @santiagodev10

    Submitted

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

    I'm proud of the logic i use with JS. The think i would do differently next time would be adding the keyboard navigation.

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

    For me, the most difficult thing of the challenge was the logic in JS to change the card when the user submit a rating. But i could overcome it by researching a lot of documentation about manipulating DOM and the default attributes of the HTML elements.

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

    With the keyboard navigation, i tried to use the tabindex attribute, but i put the inputs hidden, and when are hidden they couldn't be selected with the tab. If someone can help me with that i would appreciate.

    dripper91• 130

    @dripper91

    Posted

    There seems to be an issue where once a button is selected, it stays selected and you can't change it. What I did was make the buttons actual button elements and then I made my own CSS "active" class that the buttons get added to or removed from appropriately. Here's a video about that if you're interested: https://www.youtube.com/watch?v=lhLh8N9YN7E

    Marked as helpful

    0
  • dripper91• 130

    @dripper91

    Posted

    There's no background, you're supposed to make the card floating over a tan background

    0
  • Dreamcaster1• 40

    @Dreamcaster1

    Submitted

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

    I am proud of me being able to actually repeat the design

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

    I had a problem with spacing between bullet points and text, i researched about this topic and found my solution

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

    I have quite no idea how to create a responsive design

    dripper91• 130

    @dripper91

    Posted

    I would say you put too much inline css, a lot of it was very repetitive and could have been done with one line in the style sheet

    Marked as helpful

    1