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.
- Host: GitHub
- URL: https://github.com/x0rd3v1l/component-builder-and-renderer
- Owner: X0rD3v1L
- Created: 2024-08-14T08:57:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:46:16.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T11:05:37.364Z (about 1 year ago)
- Topics: low-code, react, redux
- Language: JavaScript
- Homepage: https://lowcodeformbuilder.netlify.app/
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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