This project is a simple Google Forms-like application built using TypeScript, HTML, and Tailwind CSS. It allows users to dynamically create forms, add different field types, store form data, and submit responses.
npm install dynamicforms-kathiravanThis project is a simple Google Forms-like application built using TypeScript, HTML, and Tailwind CSS.
It allows users to dynamically create forms, add different field types, store form data, and submit responses.
npm install
npx webpack --config webpack.config.js
npx http-server public
sh``const formBuilder = new FormBuilder('form-builder-container');
const formRenderer = new FormRenderer('form-container');