DefDrive is a file sharing website that allows users to securely share files using unique links and controlled access. This project aims to provide a simple, fast, and secure method to transfer files over the internet, ensuring privacy and ease of use.
DefDrive enables users to upload files and generate secure, shareable links. Access to shared files can be controlled, making it ideal for both personal and professional use cases where privacy and security are important. This repository contains the frontend code for DefDrive.
- File upload and sharing via unique links
- Access control for shared files
- User authentication and authorization
- Modern, responsive UI
- TypeScript
- Vite
- Other supporting libraries and frameworks
The backend handles file storage, user authentication, access control, and link management.
👉 The backend repository will be available here:
DefDrive Backend
- Clone this repository:
git clone https://github.com/TheLostLeo/DefDrive.git
- Install dependencies:
# Use your preferred package manager npm install - Run the frontend development server:
npm start
- Configure the backend endpoint in your environment settings, once the backend is available.
This project is licensed under the MIT License. See the LICENSE file for details.