This is a sortable built with shadcn/ui
, radix ui
, and dnd-kit
. It is bootstrapped with create-t3-app
.
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Drag and Drop: dnd-kit
- Validation: Zod
- Headless
Sortable
ui primitives built withshadcn/ui
,radix ui
, anddnd-kit
. - Integration with
useFieldArray
ofreact-hook-form
, andtanstack-table
.
-
Clone the repository
git clone https://github.com/sadmann7/uploader
-
Install dependencies using pnpm
pnpm install
-
Start the development server
pnpm run dev
Follow the deployment guides for Vercel, Netlify and Docker for more information.