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.