A lightweight web tool to visualize ZIP file contents. This project shows both the folder tree and the text content of files in a clean, readable layout.
- Upload any ZIP file.
- Display folder and file structure in a tree format.
- Preview text-based files (JS, JSON, HTML, CSS, MD, YAML, TXT, ENV, etc.).
- Clean, professional layout with monospace font.
- Skip binary files automatically (images, videos, etc.).
- Perfect for project documentation, portfolio showcasing, or code review.
- Clone this repository.
- Open
index.htmlin your browser. - Upload a ZIP file.
- Left panel shows folder tree, right panel shows text file contents.
- HTML, CSS, JavaScript
- JSZip for ZIP file parsing
(Add a screenshot here showing tree on left and file content on right.)
MIT License