Skip to content

RenX86/Zip-Reader-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIP Reader Web

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.

Features

  • 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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/RenX86/Zip-Reader-Web.git
    
  2. Navigate to the project directory:

    cd zip-reader-web
    
  3. Open the Zip-Reader-Web.html file in a modern web browser.

Usage

  1. Click the "Select Directory" button to choose a directory containing ZIP files.
  2. The application will list all ZIP files in the selected directory.
  3. Click on a ZIP file in the list to view its contents.
  4. Images within the ZIP file will be displayed in the right panel.
  5. Use the "Toggle Dark Mode" button to switch between light and dark themes.

Known Issues

  1. Large ZIP files: The application may lag or freeze when processing very large ZIP files.
  2. Limited Image Format Support: Only .jpg, .jpeg, .png, and .gif image formats are supported.