carsonwah / comic-gallery-electron

A desktop comic gallery app for easily browsing comics on your computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comic Gallery

License: MIT

A desktop comic gallery app for easily browsing comics on your computer.

Motivation

  • When browsing through folders, Windows/Mac file explorers does not show peek view of the content inside, which is a big pain point when browsing through comic folders.
  • This repo aims to provide a good explorer for local comic folders, showing the 1st image in the folder as "Comic Cover".

Demo

Demo

Download Packaged Application

GitHub Releases

Technology Stack

  • Electron (webpack-typescript template)
  • Typescript
  • React

Getting Started

# Install
yarn

# Start local
yarn start

# Building distributables
yarn make

# Publish e.g. to GitHub
# Pre-requisite: Set GITHUB_TOKEN or update authToken in forge.config.ts
yarn publish

About

A desktop comic gallery app for easily browsing comics on your computer

License:MIT License


Languages

Language:TypeScript 94.0%Language:JavaScript 3.4%Language:SCSS 1.7%Language:HTML 0.9%