A simple, lightweight web application for reading the Hebrew Bible (Tanakh) online. This project uses HTML, JavaScript, and CSS to create an interactive interface for selecting and reading biblical texts in Hebrew.
- Select books from the Hebrew Bible
- Choose specific chapters
- Display verses in Hebrew
- Click on verses to view them individually
- Responsive design for various screen sizes
-
Clone the repository:
git clone https://github.com/Dor-sketch/tanakh.git
-
Navigate to the project directory:
cd tanakh
-
Open
index.html
in your web browser or host it on a web server.
- Open the application in a web browser.
- Select a book from the dropdown menu.
- Choose a chapter from the second dropdown menu.
- The verses will be displayed in the main content area.
- Click on any verse to view it in an alert box.
- HTML5
- CSS3 (with Tailwind CSS for styling)
- JavaScript (ES6+)
- Sefaria API for fetching biblical texts
This project uses the Sefaria API to fetch biblical texts. The API is accessed using JSONP to avoid CORS issues. No API key is required for basic usage.
Contributions are welcome! Please feel free to submit a Pull Request.
[Choose an appropriate license and add it here. For example:]
This project is open source and available under the MIT License.
- Sefaria for providing the API and biblical texts
- Tailwind CSS for the utility-first CSS framework
- Frank Ruhl Libre font from Google Fonts
[Dor Pascal] - https://dorpascal.com/
Project Link: https://github.com/Dor-sketch/tanakh