Introduction
NurDouha is an open-source Islamic platform that provides tools for Quran reading, prayer times, Qibla direction, and more.
Getting Started
Clone the repository:
git clone https://github.com/abdellahaarab/NurDouha.git
Open the project:
cd NurDouha
Run the app:
open index.html
Features
- Quran Reader
- Verse Search
- Mushaf Mode
- Prayer Times
- Qibla Direction
- Responsive UI
Project Structure
NurDouha │ ├─ android/ │ └─ app-demo.apk │ ├─ assets/ │ ├─ images/ │ ├─ icons/ │ └─ screenshots/ │ ├─ data/ │ └─ quran.json │ ├─ web/ │ │ │ ├─ quran/ │ │ └─ reader.html │ │ │ ├─ prayer/ │ │ ├─ PrayerTimes.html │ │ └─ Qibla.html │ │ │ ├─ docs/ │ │ └─ index.html │ ├─ index.html ├─ README.md ├─ CONTRIBUTING.md ├─ LICENSE └─ .gitignore
API
Quran Data:
https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/quran.json
Prayer Times API:
https://api.aladhan.com/v1/timingsByCity
Contributing
We welcome contributions! Please check the CONTRIBUTING.md file for guidelines.