EpubReader
Epub / Book Reader Application built with ElectronJS
Install / Use
/learn @mignaway/EpubReaderREADME
<p align="center"> <!-- static image <img src="https://user-images.githubusercontent.com/40722616/173697452-302514f6-0c85-4e8a-beb6-07fa6ea5126e.png"> --> <!-- <img src="https://user-images.githubusercontent.com/40722616/173834545-7cfbe16c-19e7-4efd-a4de-bb0b6cce1c3d.gif"> --> <img src="https://user-images.githubusercontent.com/40722616/176784477-56b65065-b705-4bb7-b67a-4c49b863c15d.gif"> </p>[!important] Our new ebook reader is close to its release! Go check it out on wizread.io. Also make sure to join our discord for updates <3
EpubReader
<!-- <a href="https://github.com/mignaway/EpubReader/releases/download/v1.0.1/Setup.v1.0.1.exe"><img src="https://user-images.githubusercontent.com/40722616/187921781-d02952a2-f3e2-4c2f-9b67-718994b0f49a.svg"></a> --><a href="https://github.com/mignaway/EpubReader/releases/download/v1.0.6/EpubReader.Setup.1.0.6.exe"><img src="https://img.shields.io/badge/v1.0.6-Download-41D147"></a>
<a href="https://mignaway.github.io/epub-reader-website/"><img src="https://user-images.githubusercontent.com/40722616/192098396-694ce4b1-15fb-495f-ba89-241043d2d8bd.svg"></a>
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.
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
<!-- <img src="https://user-images.githubusercontent.com/40722616/176780491-6f7c7711-780f-4d96-bd2d-dc51fb7b5164.jpg" width="100%"> --> <!-- <img src="https://user-images.githubusercontent.com/40722616/176781677-4b024470-9a6b-4e93-81c2-ea6a6898b3c1.jpg" width="100%"> --> <img src="https://user-images.githubusercontent.com/40722616/191061901-c6437634-5a80-434e-bf90-e4cc14c97682.png" width="100%"> More updated previews are <a href="https://github.com/mignaway/EpubReader/blob/master/git-previews/1.0.4.md">available here</a> <!-- ***(Dashboard)*** <img src="https://user-images.githubusercontent.com/40722616/173415028-c2f8e59a-fc31-48cd-a2fa-fb7b7c3803d4.gif" width="100%"> ***(Library)*** <img src="https://user-images.githubusercontent.com/40722616/173831311-2f67d669-7ea1-41b3-b93e-57321416504b.png" width="100%"> -->Version Logs
<details open><summary><h3>v.1.0.6 (Last Release)</h3></summary>- Dark Mode
- PDF and Mobi conversion support
- Resizable Book Window
- Now you can edit your books
- 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:<br><br> (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
- electronjs.org/docs - Electron's documentation
- https://git-scm.com/docs - Git's documentation
