🏗️ dynamic-form-builder
A minimal web-app to create, publish and maintain instant drag and drop dynamic forms (currently work-in-progress).
NOTE - Data will not be persisted, as it's configured with in-memory database (NeDB).
Setup
The local setup has in-memory nodejs database neDB, for prototype work.
$ git clone https://github.com/tamdilip/dynamic-form-builder.git
$ cd dynamic-form-builder
$ npm i
$ npm run dev
$ Hit http://localhost:3000/
📽 WIP - Shots
Dashboard view

Create form view

Published form view

Filled form records

Bookmarks
Happy coding :) !!