Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aliramazanov/interactive-rating-component

Project based on the Interactive Rating Component Challenge from Frontend Mentor.
https://github.com/aliramazanov/interactive-rating-component

challenge javascript

Last synced: about 15 hours ago
JSON representation

Project based on the Interactive Rating Component Challenge from Frontend Mentor.

Awesome Lists containing this project

README

        

# Frontend Mentor - Interactive Rating Component

Small project to practice building nice UI and handling interactions and updating the DOM with vanilla JavaScript.

Link to the Challenge: https://www.frontendmentor.io/challenges/interactive-rating-component-koxpeBUmI

Features:
- Interactive Ratings: Users can click on buttons representing ratings from 1 to 5, and the selected rating will be visually highlighted.
- Dynamic DOM Updates: The project demonstrates how to dynamically update the Document Object Model (DOM) to reflect user actions.
- User Feedback: After submitting a rating, users will receive a thank-you message.