Epub Reader Built With React

React Epub Reader

An ePub-reader for react powered by EpubJS

Stack




Road Map

  • [x] Read epub file powered by epubjs
  • [x] Add bookmarks
  • [x] Toggle fontsize
  • [x] Text searching
  • [x] Toggle fullscreen
  • [x] Pagination by keyboard control

Develop

// install
yarn

// develop
yarn dev

Build

yarn build