---- Visit the live website ----
This is a solution to the Interactive rating component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Select and submit a number rating
- See the "Thank you" card state after submitting a rating
I started building from the desktop version, noticing how the mobile version didn't change much, apart from the container. I struggled with the custom form input, but in the end I was able to find a way to build everything :)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- SMACSS methodology
- Javascript
- How to build custom radio inputs
- How to avoid submitting a form to stay on the same page
- Manipulating data from javascript and return a new interface
In the future I would love to focus more on the SMACSS methodology's separation of concerns and create the different components with react.



