Overview:
The project involves creating forms with ease using shadcn/ui and React Hook Form. By simplifying the process through selecting input fields, the project generates a Zod schema specifically tailored to the chosen fields, creates complete form code, and includes features such as validation and default values. This streamlined approach allows users to have their forms up and running with just a few clicks.
Features:
- Simplified Form Creation: Select required input fields for automatic form generation.
- Zod Schema Generation: Tailored Zod schema based on selected fields.
- Complete Form Code: Automatic creation of fully integrated form code with selected fields.
- Validation & Configurations: Includes validation, default values, and advanced configurations for forms.
Installation:
To install the project, follow these steps:
- Clone the repository.
- Navigate to the project directory in the terminal.
- Install NPM packages using the command
npm install
.
Summary:
The project aims to simplify form creation by providing a user-friendly interface for selecting input fields and generating complete form code effortlessly. With features like Zod schema generation, validation, and default values, the process of creating forms is made more efficient and convenient for users.