This project is a simple and modern feedback widget that allows users to rate their experience on a scale from 1 to 5. The design follows a dark theme with a sleek UI and a responsive layout. The feedback collected can be used to improve support services or product offerings.
This challenge is part of Frontend Mentor, which provides real-world projects to practice frontend development skills.
- Clean and modern UI with a dark theme
- Responsive design for different screen sizes
- Five-point rating system
- Submit button to collect user feedback
- HTML
- CSS (with modern UI styling)
- JavaScript (for interactive elements)
- Clone this repository:
https://github.com/eli-cpu/interactive-rating-component.git
- Navigate to the project directory:
cd interactive-rating-component
- Open
index.html
in a browser to test the widget.
- Users can select a rating from 1 to 5 by clicking on the respective number.
- Once a rating is selected, they can click the Submit button.
- The feedback can be stored using a backend or local storage for further analysis.
Created by Elias Anwari - Feel free to contribute and improve!