Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aliramazanov/interactive-rating-component
- Owner: aliramazanov
- Created: 2023-09-03T19:38:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T16:38:57.000Z (10 months ago)
- Last Synced: 2024-02-04T19:31:17.886Z (10 months ago)
- Topics: challenge, javascript
- Language: JavaScript
- Homepage: https://aliramazanov.github.io/interactive-rating-component/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-koxpeBUmIFeatures:
- 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.