Create a component for users to rate using stars.
The default state is where the user has not rated yet.
When the user hovers on the stars, the to-be-rated stars get highlighted.
After the user clicks, the assigned rating is now displayed to the user.
Use HTML, CSS and JS to build this component.



