Javascript library React used for Frontend.
Material UI is an open-source, front-end framework for React components for faster and easier web development.
A JSON file which contains form fields names,types,etc. which would be added to form dynamically. The fields sholud have type names.
text, email, password, date, int, multi-line-text, multi-select, single-select, float, toggle, amount, switch
To add more types, code has to modified accordingly.
In the project directory,
Install all project dependencies.
You can check project dependencies in 'package.json' file.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Edit 'formElements.json' file in public folder.
Currently following fields are validated using regex:-
name, email, password, url
*-> Pass anyone regex-function name in json form element to validate.