Skip to content

A minimal web-app to create, publish and maintain instant drag and drop dynamic forms.

Notifications You must be signed in to change notification settings

tamdilip/dynamic-form-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏗️ 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 http://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 :) !!

About

A minimal web-app to create, publish and maintain instant drag and drop dynamic forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published