Skip to content

Desktop application for managing documents and sermons.

Notifications You must be signed in to change notification settings

paradoxe35/wmb-table

Repository files navigation

Wmb-Table

Wmb Table is a desktop application that offers some functionality for managing and structuring your documents and sermons. Internally, it already supports over 1000 sermons from Prophet William Marrion Branham.

Here are some supported features:

  • More than 1000 sermons already recorded.
  • Documents grouped by years
  • Search for words or phrases in all documents with relevant results.
  • Add new documents.
  • Organize your Bible references or documents by topics or notes.
  • Create notes and edit them.
  • Bible (Louis Segond)
  • Automatic backup of your settings and data over the Internet to restore them later.
  • History
  • Etc.

Screen

Get Started

Clone the repo and install dependencies:

git clone https://github.com/paradoxe35/wmb-table.git
yarn install

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Licence

This Repo is based on electron-react-boilerplate