GitHunt
SA

sadmann7/file-uploader

File uploader built with shadcn/ui and Radix UI.

File Uploader

This is a file uploader built with shadcn/ui, and react-dropzone. It is bootstrapped with create-t3-app.

File Uploader

Tech Stack

Features

  • Reusable useFileUpload hook for uploading files with uploadthing
  • Drag and drop file upload component with progress bar
  • React-hook-form integration with shadnc/ui form components
  • File dialog demo with adding and removing files from the scrollable list

Running Locally

  1. Clone the repository

    git clone https://github.com/sadmann7/file-uploader
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.

Languages

TypeScript93.7%CSS4.8%JavaScript1.5%

Contributors

MIT License
Created April 7, 2024
Updated March 9, 2026
sadmann7/file-uploader | GitHunt