This project is a simple yet effective form builder tool built using the MERN stack. With its intuitive interface, users can effortlessly create custom forms using text fields. Once created, forms are automatically generated and ready to be shared with others to collect responses.
- Intuitive form builder interface
- Creation of custom forms using text fields
- Automatic generation of forms
- Sharing functionality to collect responses from others
- Responsive design for seamless user experience across devices
- MongoDB: Database to store form data
- Express.js: Backend framework for handling server logic and API endpoints
- React.js: Frontend library for building user interfaces
- Node.js: JavaScript runtime environment for running server-side code
- Tailwind CSS: Utility-first CSS framework for styling components
- Clone the repository:
git clone https://github.com/Ajor-Saha/Form-Sharing-App.git
cd <project-directory>
cd frontend
npm install
cd api
npm install
npm run dev
cd frontend
npm run dev
Create a .env file in the backend directory.