3Drive is a cloud file explorer based in 3D space. Users can browse and manage files and folders in an immersive and intuitive 3D environment directly from their browser. Built with React, Three.js, and Next.js, it leverages WebGL to deliver a visually engaging user experience.
This portfolio version does not communicate with a real backend server. It operates on mock data and includes limited functionality.
- 🗂️ Visualize and explore files/folders in 3D space
- 🎯 Intuitive drag-and-drop file interaction
- 🧭 Hierarchical folder structure navigation
- 🖼️ Preview file metadata and contents
- 🔍 Zoom, pan, and rotate camera with ease
-
📥 Clone the repository
git clone https://github.com/your-id/3Drive.git cd 3Drive -
📦 Install dependencies
npm install
-
🚀 Start the development server
npm run dev
-
🌐 Open your browser and visit: http://localhost:3000