10000 GitHub - mignaway/EpubReader: Epub / Book Reader Application built with ElectronJS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mignaway/EpubReader

Repository files navigation

EpubReader

BuyMeACoffee

Epub Reader is a open-source project made with ElectronJS. It's an application for reading ebook files (epub, mobi, pdf), there are already a thousand of ebook reader but their UI/UX it's really bad. I started this project for letting people read books in a nice way with a well-made application.

Note

Exciting news! We’re working on a new version of the ebook reader, probably the best one that has ever existed. Stick around for updates, and in the meantime, enjoy what’s here <3

If you'd like to support the projects, click here

New in Version 1.0.6

  • Dark Mode: In addition to light and sepia themes, a dark mode is now available, offering greater comfort in low-light environments.

Preview

More updated previews are available here

Version Logs

v.1.0.6 (Last Release)

  • Dark Mode

v.1.0.5 (Last Stable Release)

  • PDF and Mobi conversion support
  • Resizable Book Window
  • Now you can edit your books

v1.0.4

  • Update feature (posticipated to v1.0.5 due important fix in order distribute a soon as possible a more stable version)
  • Linux distribution (.deb)
  • Added multiple book layouts (paginated, scrolling)
  • Design fixes and improvements
  • Improved Save Page feature
  • Important fixes from previous version
    • Book covers are now shown and saved correctly
    • Epub drop fixed glitch
    • Fixed dashboard book sorting

Testing

To clone locally this project you'll need Git and Node.js installed on your computer. Then clone the project with these command line:

(Windows)

# Clone this repository
git clone https://github.com/mignaway/EpubReader
# Go into the repository
cd EpubReader
# Install dependencies
npm install
# Run the app
npm start

Useful documentations

0