Skip to content

A web based app to read Qur'an everywhere as long as there is internet connection.

Notifications You must be signed in to change notification settings

RizqiSyahrendra/quran-app

Repository files navigation

Quran App

A web based app to read Qur'an everywhere as long as there is internet connection.

Screenshot

Motivation

There's no any special motivation. I created this project for personal use, but feel free to use it as well if you want.

Features

  • Read Qur'an
  • Mark latest read
  • Daily random verse

Tech Stack

Installation

Create environment file based on provided example.

cp .env.example .env

Without Docker

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

With Docker

Run as development.

docker compose up

Run as production.

docker compose -f ./docker-compose.production.yml up -d

Tests

yarn test

Credits

About

A web based app to read Qur'an everywhere as long as there is internet connection.

Resources

Stars

Watchers

Forks

Releases

No releases published