I developed a simple and interactive Emoji Rating System using HTML5, CSS3, and JavaScript. The system allows users to rate something from 1 to 5 stars, with the emoji reaction changing according to the selected star.
The design includes five stars that represent different levels of feedback. If the user clicks on a star, the emoji changes accordingly. For example:
1 star triggers an angry emoji, indicating poor feedback.
3 stars shows a neutral face emoji, representing an average rating.
5 stars displays a happy emoji, showing positive feedback.
This feature provides users with a fun and intuitive way to give feedback while making the experience engaging and visual.
Technologies Used:
HTML5
CSS3
JavaScript (Event Handling and DOM Manipulation)