File uploader built with shadcn/ui and Radix UI.
The File Uploader is a file uploading component that is built using shadnc/ui and react-dropzone. It is created with create-t3-app and utilizes Next.js framework, Tailwind CSS for styling, shadcn/ui for UI components, react-dropzone for Drag-and-Drop functionality, and Zod for validation. This File Uploader provides features like a reusable useFileUpload hook, Drag-and-Drop file upload with progress bar, integration with react-hook-form and shadnc/ui form components, and a file dialog demo.
To run this file uploader locally, follow these steps:
pnpm install
pnpm dev
The File Uploader is a versatile tool for file uploading, offering features such as reusable hooks, drag-and-drop functionality, integration with form components, and a file dialog demo. Installation is straightforward, involving cloning the repository, installing dependencies, updating environment variables, and starting the development server. Additionally, deployment guides for Vercel, Netlify, and Docker are available for deploying this file uploader to various platforms.