A modern and responsive Mini File Explorer web application inspired by desktop file managers like VS Code Explorer and Google Drive.
The application allows users to manage folders and text files using a clean hierarchical tree structure with real-time navigation and editing capabilities.
Frontend Repo : https://github.com/sujonbiswaseng/Mini-File-Explorer.git
Live Demo : https://mini-file-explorer-mu.vercel.app
- Create folders
- Rename folders
- Delete folders recursively
- Nested folder support
- Expand/Collapse folder tree
- Create text files
- Rename files
- Delete files
- Open and edit file content
- Save text content
- Sidebar tree navigation
- Folder content preview
- Active folder selection
- Responsive two-panel layout
- Local storage support
- Persistent data after refresh
- Responsive design
- Clean and modern interface
- Reusable components
- Smooth user experience
- Next.js
- TypeScript
- Tailwind CSS
- Local Storage
git clone https://github.com/sujonbiswaseng/Mini-File-Explorer.git
cd Mini-File-Explorer
npm install
npm run devsrc/
├── actions/
├── app/
├── components/
├── context/
├── hook/
├── lib/
├── services/
├── types/
└── validations/- Tree-based folder structure
- Recursive folder rendering
- CRUD operations
- File content editing
- Responsive layout
- Persistent storage
A modern Mini File Explorer application for managing folders and text files with hierarchical navigation, recursive operations, and editable text file support.