Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.39 KB

Feedback Widget - README

Design preview for the Interactive rating component coding challenge

Overview

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.

Features

  • Clean and modern UI with a dark theme
  • Responsive design for different screen sizes
  • Five-point rating system
  • Submit button to collect user feedback

Technologies Used

  • HTML
  • CSS (with modern UI styling)
  • JavaScript (for interactive elements)

Installation

  1. Clone this repository:
     https://github.com/eli-cpu/interactive-rating-component.git
  2. Navigate to the project directory:
    cd interactive-rating-component
  3. Open index.html in a browser to test the widget.

Usage

  1. Users can select a rating from 1 to 5 by clicking on the respective number.
  2. Once a rating is selected, they can click the Submit button.
  3. The feedback can be stored using a backend or local storage for further analysis.

Author

Created by Elias Anwari - Feel free to contribute and improve!