iamsid0908 / react-form-builder

Home Page:react-form-builder-ecru.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Form Builder

Let's discover React Form Builder in less than 5 minutes.

About the project

When we talk about genetics data collection in this date, the way the data gets collected is not uniform. Thus developing a solution for analyzing or sharing this data is not an easy process.

This project aims to solve this issue. This projects implements a React drag and drop form builder where user can create dynamic forms using drag and drop operations. This data which the form collected is stored in GA4GH standards and thus are very easy to integrate with third party libraries to analyze.

Documentation:

You check the detailed documentation for the project here

Live Demo

You can check the live demo here

Getting Started

Prerequisites

  • Node.js should be installed in your environment

  • Yarn package manager

Setting up

  • Clone the Github repo using the command repo

    git clone https://github.com/TrakGene/react-form-builder
    
  • Go into your project using the command

    cd react-form-builder
    
  • Run the React Server

    yarn start
    

Now if you don't change the default React Port your website will be available at http://localhost:3000/

About

react-form-builder-ecru.vercel.app


Languages

Language:JavaScript 94.3%Language:CSS 4.4%Language:HTML 1.3%