A simple, fast, and accessible Bible reading platform built with HTML, CSS, and JavaScript.
- π Bible verse search and display
- π Favorite verses bookmarking
- π Dark/Light theme support
- π± Fully responsive design
- β‘ No backend required - runs entirely in the browser
- π Fast search functionality
- πΎ Local storage for saved data
- A modern web browser
- A text editor (VS Code, Sublime Text, etc.)
- Git
- Clone the repository:
git clone https://github.com/The3DP/Bible-App.git
cd Bible-App- Open
index.htmlin your browser or use a local server:
python -m http.server 8000
# or
python3 -m http.server 8000- Visit
http://localhost:8000in your browser
Bible-App/
βββ index.html # Main HTML file
βββ css/
β βββ styles.css # Styling
βββ js/
β βββ app.js # Main application logic
β βββ bible-data.js # Bible verses database
β βββ utils.js # Utility functions
βββ data/
β βββ kjv.json # Bible data (KJV)
βββ README.md # This file
Currently using:
- King James Version (KJV) - Public domain
- Search: Type book name, chapter, or keywords in the search bar
- Browse: Navigate through books and chapters
- Save: Click the heart icon to save favorite verses
- Theme: Toggle between dark and light modes
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Multiple Bible translations
- Verse of the day widget
- Reading plans
- Note-taking feature
- Social sharing
- Offline mode with service workers
- User accounts and sync (future)
MIT License - see LICENSE file for details
Questions or suggestions? Open an issue or reach out!


