A small interative rating component built with HTML, CSS, and JavaScript. Users can select rating from 1 to 5 and submit it to see a dynamic "Thank You" page.
- Select a rating from 1 to 5
- Hightlight the selected rating
- Dynamic thank-you page displays the selected rating
- Responsive layout for mobile and desktop
- HTML
- CSS
- JavaScript
https://brooke-lin.github.io/WebProjects_InteractiveRatingComponent/
The design for this project is based on a challenge from the Frontend Mentor website, but all code in this project was written by me.