Form Builder - Copy this React, Tailwind Component to your project
Task Overview: You are required to create a form builder using MERN Stack (MongoDB, Express, React, Node.js) and Tailwind CSS. The form builder should allow users to create and edit forms with three specific question types: Categorize, Cloze, and Comprehension. Task Deliverables: .A. Form Editor UI: Create a user interface for the form editor. Users should be able to add various types of questions. Include an option to add an image to a question. Allow users to add a header image at the top of the form. Form Preview/Fill Functionality: B. Generate a preview/fill link for the created form. Users should be able to fill in the form, and their responses should be saved in the backend. C. Save all form data, including questions and responses, into MongoDB with proper schemas.
