ZIP Reader Web is a browser-based application that allows users to explore and view the contents of ZIP files, with a focus on displaying images contained within the archives.
- Folder Selection: Users can select a folder containing subfolders with ZIP files. The contents are displayed in an organized manner.
- ZIP Decompression: ZIP files are decompressed on the fly, and image files are displayed.
- View images contained within ZIP files without extraction.
- Dark Mode Toggle: Users can switch between light and dark modes.
- Simple and intuitive user interface.
- Image Gallery: Images inside ZIP files are shown in a scrollable gallery with file name captions.
-
Clone the repository:
git clone https://github.com/RenX86/Zip-Reader-Web.git
-
Navigate to the project directory:
cd zip-reader-web
-
Open the
Zip-Reader-Web.html
file in a modern web browser.
- Click the "Select Directory" button to choose a directory containing ZIP files.
- The application will list all ZIP files in the selected directory.
- Click on a ZIP file in the list to view its contents.
- Images within the ZIP file will be displayed in the right panel.
- Use the "Toggle Dark Mode" button to switch between light and dark themes.
- Large ZIP files: The application may lag or freeze when processing very large ZIP files.
- Limited Image Format Support: Only .jpg, .jpeg, .png, and .gif image formats are supported.