Skip to content

sadmann7/file-uploader

Repository files navigation

This is a file uploader component built with shadnc/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.