Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.51 KB

🏗️ dynamic-form-builder

Live demo Open in CodeSandbox

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 https://localhost:3000/

📽 WIP - Shots

Dashboard view

dashboard

Create form view

create form

Published form view

view form

Filled form records

filled data

Bookmarks

Happy coding :) !!