Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 800 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 800 Bytes

FileDrive

FileDrive is a file storage management application that allows users to add, delete, and like files. It features a user-friendly interface and currently serves over 10 active users.

Live Demo

FileDrive Live

Features

  • Add/Upload Files
  • Delete Files
  • Like Files (Favorites)
  • User Authentication (via Clerk)
  • Real-time Database Management (using Convex)

Tech Stack

  • Next.js for frontend
  • Tailwind CSS for styling
  • TypeScript for type safety
  • Convex for backend and file handling
  • Clerk for authentication

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/filestdrive.git
  2. Install dependencies:
npm install