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.
- Add/Upload Files
- Delete Files
- Like Files (Favorites)
- User Authentication (via Clerk)
- Real-time Database Management (using Convex)
- Next.js for frontend
- Tailwind CSS for styling
- TypeScript for type safety
- Convex for backend and file handling
- Clerk for authentication
- Clone the repository:
git clone https://github.com/yourusername/filestdrive.git
- Install dependencies:
npm install