I am planning on implement rating functionality within an existing project. I am wondering if this has been attempted prior or there are UI components that I can leverage?
The functionality I have in mind is display of 5 stars and the user can click on a star which will make the relevant number of stars bold, giving a 1-5 rating which will then be saved.
I'll appreciate your feedback.