A modern web application designed to provide a quick and accessible reference to Catholic Bible verses and teachings based on the Catholic Bible Cheatsheet from Dr. Taylor Marshall at the New Saint Thomas Institute (NSTI). Use this application to find scriptural support on central Catholic topics, understand common heresies, and learn the corresponding Catholic truths. The Bible verses included in this application are from the Douay-Rheims, Complete: Challoner Revision Bible.
This project serves as a digital reference for Catholic apologetics and study. It features:
- 📖 Easy navigation to Bible verses categorized by topic.
- ✝️ Information on historical heresies and their refutations with Catholic doctrine.
- 📱 Mobile-friendly responsive design for access on any device.
- 🌓 Dark/Light mode support for comfortable reading.
- 🛠️ Built with modern web technologies for a smooth experience.
-
Clone the repository:
git clone https://github.com/nonnobisdomine62/catholic-bible-cheatsheet-frontend.git cd catholic-bible-cheatsheet-frontend -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser to the address shown in the terminal (usually http://localhost:5173 for Vite) to see the result.
- Vite - Frontend build tool and development server
- React - JavaScript library for building user interfaces
- Material UI (MUI) - React component library for faster and easier web development
- TypeScript - Typed superset of JavaScript
- React Router - Declarative routing for React applications
- Dr. Taylor Marshall at the New Saint Thomas Institute (NSTI) for the Catholic Bible Cheatsheet
- The Douay-Rheims, Complete: Challoner Revision Bible for the greatest English translation of the Bible ever written
MIT