{"id":50411727,"url":"https://github.com/andrejkoller/bibleversion","last_synced_at":"2026-05-31T04:02:19.813Z","repository":{"id":310469729,"uuid":"952728504","full_name":"andrejkoller/bibleversion","owner":"andrejkoller","description":"✝️📖 Multilingual Bible reading application that features multiple translations, customizable themes, adjustable font sizes, and a clean, responsive interface for studying scripture.","archived":false,"fork":false,"pushed_at":"2026-05-29T13:10:00.000Z","size":3305,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T15:07:01.486Z","etag":null,"topics":["css","html","javascript","mui","react"],"latest_commit_sha":null,"homepage":"https://bibleversion.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrejkoller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"andrejkoller","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"andrejkoller","thanks_dev":null,"custom":null}},"created_at":"2025-03-21T19:19:44.000Z","updated_at":"2026-05-29T13:09:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a714c58-e9cb-4145-b4aa-872e584923d9","html_url":"https://github.com/andrejkoller/bibleversion","commit_stats":null,"previous_names":["andrejkoller/bible-frontend","andrejkoller/bibleversion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrejkoller/bibleversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fbibleversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fbibleversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fbibleversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fbibleversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrejkoller","download_url":"https://codeload.github.com/andrejkoller/bibleversion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fbibleversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","javascript","mui","react"],"created_at":"2026-05-31T04:02:18.247Z","updated_at":"2026-05-31T04:02:19.808Z","avatar_url":"https://github.com/andrejkoller.png","language":"JavaScript","funding_links":["https://ko-fi.com/andrejkoller","https://buymeacoffee.com/andrejkoller"],"categories":[],"sub_categories":[],"readme":"# bibleversion\n\nA modern, responsive Bible reading application built with React that provides access to multiple Bible translations in various languages. Designed for an enhanced scripture study and reading experience.\n\n## Features\n\n- **Multiple Translations** - Access various Bible translations across different languages\n- **Language Support** - Read scripture in your preferred language\n- **Theme Switcher** - Toggle between dark and light mode with `localStorage` persistence\n- **Adjustable Font Size** - Customize the reading font size from 10pt to 30pt\n- **Persistent Reading Position** - Saves your last selected book and chapter via `localStorage`\n- **Smooth Navigation** - Browse books and chapters with animated transitions and prev/next controls\n- **Responsive Design** - Mobile-first layout optimized for all screen sizes\n- **Modular Architecture** - Custom hooks, contexts, and separated page components\n\n## Tech Stack\n\n- **Framework**: [Create React App](https://create-react-app.dev)\n- **Library**: React 19\n- **Routing**: React Router 7\n- **UI Components**: Material UI 7\n- **API**: [Scripture API (api.bible)](https://scripture.api.bible)\n\n## Prerequisites\n\n- Node.js 14.x or higher\n- npm or yarn\n\n## Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/andrejkoller/bibleversion.git\ncd bibleversion\n```\n\n2. Install dependencies\n\n```bash\nnpm install\n```\n\n3. Create a `.env.local` file in the root directory and add your Scripture API credentials\n\n```env\nREACT_APP_BASE_URL=\"/api/v1\"\nREACT_APP_API_KEY=\"your-api-key-here\"\n```\n\n4. Run the development server\n\n```bash\nnpm start\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n## API Key\n\nThis application uses the [Scripture API](https://scripture.api.bible/). To get your free API key:\n\n1. Visit [https://scripture.api.bible/](https://scripture.api.bible/)\n2. Sign up for a free account\n3. Generate your API key\n4. Add it to your `.env.local` file\n\n## Project Structure\n\n```\nbibleversion/\n├── public/\n│   ├── index.html\n│   ├── fonts/\n│   ├── icons/\n│   └── images/\n├── src/\n│   ├── components/\n│   │   ├── footer/\n│   │   ├── header/\n│   │   └── pages/\n│   │       ├── about/\n│   │       ├── bible/\n│   │       │   ├── chapter/\n│   │       │   └── translations/\n│   │       ├── developers/\n│   │       ├── help/\n│   │       ├── home/\n│   │       ├── more/\n│   │       ├── search/\n│   │       ├── settings/\n│   │       │   ├── font-size/\n│   │       │   ├── language/\n│   │       │   └── theme/\n│   │       └── translation-language/\n│   ├── configs/                      # Navigation and settings configuration\n│   ├── contexts/                     # React context providers\n│   ├── hooks/                        # Custom React hooks\n│   ├── lib/utils/                    # Utility functions\n│   ├── services/\n│   │   └── bible-service.js          # Scripture API integration\n│   ├── App.js\n│   └── index.js\n├── .env.local                        # Local environment variables\n├── .env.production                   # Production environment variables\n├── package.json\n├── LICENSE\n└── SECURITY.md\n```\n\n## Screenshots\n\n![Screenshot 1](public/images/screenshot-1.png)\n![Screenshot 2](public/images/screenshot-2.png)\n![Screenshot 3](public/images/screenshot-3.png)\n![Screenshot 4](public/images/screenshot-4.png)\n![Screenshot 5](public/images/screenshot-5.png)\n![Screenshot 6](public/images/screenshot-6.png)\n![Screenshot 7](public/images/screenshot-7.png)\n![Screenshot 8](public/images/screenshot-8.png)\n![Screenshot 9](public/images/screenshot-9.png)\n![Screenshot 10](public/images/screenshot-10.png)\n![Screenshot 11](public/images/screenshot-11.png)\n![Screenshot 12](public/images/screenshot-12.png)\n![Screenshot 13](public/images/screenshot-13.png)\n![Screenshot 14](public/images/screenshot-14.png)\n![Screenshot 15](public/images/screenshot-15.png)\n![Screenshot 16](public/images/screenshot-16.png)\n![Screenshot 17](public/images/screenshot-17.png)\n![Screenshot 18](public/images/screenshot-18.png)\n![Screenshot 19](public/images/screenshot-19.png)\n![Screenshot 20](public/images/screenshot-20.png)\n![Screenshot 21](public/images/screenshot-21.png)\n![Screenshot 22](public/images/screenshot-22.png)\n![Screenshot 23](public/images/screenshot-23.png)\n![Screenshot 24](public/images/screenshot-24.png)\n![Screenshot 25](public/images/screenshot-25.png)\n![Screenshot 26](public/images/screenshot-26.png)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fbibleversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrejkoller%2Fbibleversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fbibleversion/lists"}