Check out the live demo of the form builder at: Live Demo
A full-stack Form Builder Application built using the MERN Stack (MongoDB, Express, React, Node.js) and Tailwind CSS. This application allows users to create and edit forms with three specific question types: Categorize, Cloze, and Comprehension. Users can preview or fill out the forms and store the responses in the backend.
Categorize: Questions requiring categorization of items.
Cloze: Fill-in-the-blank questions.
Comprehension: Questions based on a provided passage.
##APP VIEW
Clone the repository: ```bash git clone https://github.com/your-username/form-builder.git cd form-builder
Install dependencies:: ```bash npm install cd server npm install
Set up environment variables: Create a .env file in the root directory with the following::
```bash
MONGO_URI=
Set up environment variables: Create a .env file in the root directory with the following:: ```bash Start the backend: npm run server
Start the frontend: cd server npm start