This repository accompanies my Medium blog post, providing code examples and resources for crafting dynamic inputs using Shadcn-ui, React-dropzone, RHF, and Zod in Next.js 13.
First, Begin by downloading the necessary node_modules:
npm install
Second, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.