-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (24 loc) · 1.28 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Dynamic Form
## Overview
**Dynamic_Form** is a dynamic form builder application built with React and Tailwind CSS. It renders form fields dynamically based on a JSON configuration, allowing for flexible and customizable forms. The project showcases advanced form validation, state management, and custom validation logic, all styled with Tailwind CSS.
## Features
- **Dynamic Form Rendering:** Build forms dynamically from a JSON object specifying field types, labels, and configurations.
- **Custom Validation:** Implement validation rules based on field types, including custom validators specified in the JSON.
- **State Management:** Efficiently manage form state, supporting complex forms with numerous fields.
- **Field Management:** Add or remove fields dynamically by updating the JSON configuration.
- **Responsive Design:** Styled using Tailwind CSS for a modern, responsive user interface.
## Getting Started
To get started with Dynamic Mic, follow these steps:
1. **Clone the Repository**
```bash
git clone https://github.com/Shiva0909122/Dynamic_Form.git
cd dynamic-form
Install Dependencies
npm install
Run the Development Server
npm run dev
This will start the React development server, and you can view the app at http://localhost:3000.
Acknowledgements
React
CSS
GitHub Pages