A web based app to read Qur'an everywhere as long as there is internet connection.
There's no any special motivation. I created this project for personal use, but feel free to use it as well if you want.
- Read Qur'an
- Mark latest read
- Daily random verse
Create environment file based on provided example.
cp .env.example .env
Next.js 14 requires Node.js 18.17 (minimum), so make sure it's installed in your operating system.
Install dependencies.
yarn
Run as development.
yarn dev
Build as production.
yarn build
Run as production.
yarn start
Run as development.
docker compose up
Run as production.
docker compose -f ./docker-compose.production.yml up -d
yarn test
- Design inspiration and asset is from Quran App Concept
- Qur'an API is from Quran.com v4 api