Skip to content

jhofstede/dynamicform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicForm

The purpose of this project is to dynamically generate an interface given a set of field definitions and a layout definition. The layout and schema (fields) are stubbed with static content in the backend. The validation logic is shared between the frontend and backend.

This project consists of a React frontend and a NodeJS backend.

Start the project locally

To start the frontend run npm start (Opens on port 3000) To start the backend run npm run server (Opens on port 3001)

Test

A couple of tests have been added on the form valiation these can be run with

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published