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.
Note: Delete this note and update the table of contents based on what sections you keep.
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
- Live Site URL: Netlify
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- JavaScript
Doing this challenge was a great opportunity for me to learn how to integrate javascript onto a webpage to make it interactive. The highlight of doing the challenge I would say was learning about the ".innerHTML" and ".style.display" oprations that made it possible to manipulate the HTML components.
In future, I'd like to focus on developing my javascript skills that would enable me to create more and even better interactive webpages.
- MDN Web Docs - This website mostly helped me with the CSS problems that I encountered when doing the challenge.
- W3Schools - This website enabled me to resolve the javascript and also the CSS challenges I encountered.

