An open API service indexing awesome lists of open source software.

https://github.com/x0rd3v1l/component-builder-and-renderer

Drag-and-drop form builder POC with reusable components and real-time rendering using React and Redux, designed for optimized user experience and performance.
https://github.com/x0rd3v1l/component-builder-and-renderer

low-code react redux

Last synced: about 2 months ago
JSON representation

Drag-and-drop form builder POC with reusable components and real-time rendering using React and Redux, designed for optimized user experience and performance.

Awesome Lists containing this project

README

          

# Component Builder and Renderer - POC

## Overview

Component Builder and Renderer is a powerful drag-and-drop form builder developed using React and Redux. This project allows users to create custom forms effortlessly with real-time rendering capabilities. With reusable components and a focus on optimizing performance and user experience, this tool is perfect for developers who need a flexible and efficient solution for form creation.

## Features

- **Drag-and-Drop Interface**: Intuitive drag-and-drop functionality for creating custom forms with ease.
- **Reusable Components**: Reusable components to enhance form functionality and reduce development time.
- **Real-Time Rendering**: Live updates and rendering of form changes using Redux for state management.
- **Custom Validation**: Built-in support for custom validation rules and properties.

## Installation

To get started with the Component Builder and Renderer, clone the repository and install the dependencies:

```bash
git clone https://github.com/X0rD3v1L/component-builder-and-renderer.git
cd component-builder-and-renderer
npm install
npm start