interactive rating component main

Solution retrospective
I love it when I practice the DOM Manipulation.
What challenges did you encounter, and how did you overcome them?I encountered the problem of connecting the buttons that the user selects and then the submit button to change the state and update the selected number of buttons, so finally, I finished it.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @cristianbarreiro
It looks like the Github repository might be set to private. I recommend you to check if indeed the repository is in private to make it public and visible. Anyway, I could give you some tips to be able to focus more your main component, you could try with justify content and display flex. These are the lines of code that I recommend you: display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord