This is a solution to the Interactive Rating Component challenge from Frontend Mentor, built using React. It's a small project designed to showcase an interactive rating component that allows users to select a rating.
- Interactive star rating system.
- Displays the selected rating in real-time.
- Built with React, making it a reusable component.
See the live project in action: https://reactjs-rating-component.netlify.app/
- React
- HTML
- CSS
- JS
To get a local copy up and running, follow these steps:
- Clone this repository:
git clone https://github.com/DevAbdurR/Interactive-Rating-Component
- Navigate to the project directory:
cd interactive-rating-component
- Install dependencies:
npm install
- Start the development server:
npm start
- Hover over the stars to highlight your desired rating.
- Click to select a rating.
- The selected rating will be displayed in real-time.
Contributions are welcome! If you have any improvements or fixes, feel free to submit a pull request. Please follow the standard coding guidelines.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project was completed as a part of the Frontend Mentor challenges. Visit the website for more coding challenges to improve your front-end skills!