Welcome to the Quran Surah Viewer repository! This project provides a web-based application to view and interact with the Surahs (chapters) of the Quran. Users can browse Surahs, bookmark verses, and customize their viewing experience with settings such as font size and dark mode.
Here's an overview of the directory structure of this repository: ├── index.html # The main landing page of the application ├── surah-details.html # Detailed view for individual Surahs ├── source/ │ ├── surah.json # JSON file containing Surah data (for demonstration, use actual data file in your project) │ └── surah/ # Folder containing individual Surah JSON files │ └── surah_1.json # Example Surah file (replace with actual Surah files) └── README.md # This file
- Browse Surahs: Navigate through the Surahs of the Quran.
- Bookmark Verses: Mark your favorite verses for easy access later.
- Customizable Settings: Adjust font size, change Arabic fonts, and switch between light and dark modes.
- Search and Navigate: Easily find and jump to specific verses.
-
Clone the Repository
Clone this repository to your local machine using:
git clone https://github.com/your-username/quran-surah-viewer.git