Bible

Code Demo

A bible web app written in vuejs.

Optimizations

Currently, the website is very slow at initial load because it is loading the entire bible data from a js file (which is about 5mb). I plan on writing a backend to the site that only loads book and chapter data as requested. This will greatly improve performance and usability.

Future Plans

As I write the backend of the site, I have some features that I wish to implement.

  • User accounts
  • Bookmarking verses
  • Creating notes
  • A user feed page where you can share verses along with your notes
  • Apocryphal Books

These features might be added to the site, assuming that they're not too difficult to implement.