랭킹으로 돌아가기
File uploader built with shadcn/ui and Radix UI.
dropzoneshadcnuiuploaderuploadthing
주요 지표
스타 성장
스타
1.4k
포크
93
주간 성장
—
이슈
6
1k1.2k1.4k
2024년 4월2024년 8월2025년 1월2025년 5월2025년 10월2026년 3월2026년 7월
아티팩트npm
npm install file-uploaderREADME
File Uploader
This is a file uploader built with shadcn/ui, and react-dropzone. It is bootstrapped with create-t3-app.
Tech Stack
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- DND Uploader: react-dropzone
- Storage: uploadthing
- Validation: Zod
Features
- Reusable
useFileUploadhook for uploading files withuploadthing - Drag and drop file upload component with progress bar
- React-hook-form integration with
shadnc/uiform components - File dialog demo with adding and removing files from the scrollable list
Running Locally
Clone the repository
git clone https://github.com/sadmann7/file-uploaderInstall dependencies using pnpm
pnpm installCopy the
.env.exampleto.envand update the variables.cp .env.example .envStart the development server
pnpm run dev
How do I deploy this?
Follow the deployment guides for Vercel, Netlify and Docker for more information.
관련 저장소
