This is a responsive feedback component built with React. Visitors can view the feedback form, select a rating, and submit their feedback. The component is designed to be visually appealing and interactive.
A live demo of the project can be found here
- Responsive layout for mobile and desktop screens
- Hover states for interactive elements
- Ability to select and submit a feedback rating
- "Thank you" message displayed after submitting a rating
To run the feedback component locally, follow these steps:
- Clone the repository:
git clone "https://github.com/oussama-gadria/Feedback"
- Navigate to the project directory:
cd feedback
- Install the dependencies:
npm install
- Start the development server: :
npm run start
To start the development server and view the feedback component, use the following command:
npm start The component will be accessible in your browser at http://localhost:3000.
The project is built using the following technologies:
ReactJs. HTML. CSS. React Bootstrap (UI library). Contributing Contributions are welcome! If you find any issues or want to add new features, please submit an issue or open a pull request.
The project is licensed under the MIT License.
Feel free to customize this README to fit your project's specific details and add any additional sections as needed.