Skip to content

RAIZ44/feedback_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback Form

This is a simple React-based feedback form that allows users to submit their feedback along with a rating. The form collects the user's name, email, feedback, and a rating from 1 to 5. Upon submission, the user is asked to confirm their details before the feedback is logged to the console and a thank you message is displayed.

Features

  • Name Field: Collects the user's name.
  • Email Field: Collects the user's email address.
  • Feedback Field: Collects the user's feedback.
  • Rating: Allows users to rate their experience on a scale of 1 to 5.
  • Confirmation: Asks the user to confirm their details before submission.
  • Thank You Message: Displays a thank you message after submission.

Project Structure

  • FeedbackForm.js: The main component that renders the feedback form.
  • FeedbackForm.css: The CSS file for styling the feedback form.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/RAIZ44/feedback_form
    
  2. Navigate to the Project Directory:
    cd feedback_form
  3. Install Dependencies:
    npm install
  4. Run the Project:
    npm run preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published