Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.52 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.52 KB
Logo

QURAN WEB APP

Quran Web App allows users to read the Al-Quran online, via PC, Laptop, or Mobile devices

Demo

Here is a working live demo : https://quran-rizalyoga.vercel.app/

Site

Homepage

Logo

List Surah Page

Logo

Surah Page

Logo

Run in locale

To clone and run this website, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rizalyoga/quran-app.git

# Go into the repository
$ cd quran-app

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Built with

  • Next JS - Next.js is an open-source web development framework built on top of Node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites.

  • Vercel - Vercel is the best place to deploy any frontend app. Start by deploying with zero configuration to our global edge network. Scale dynamically to millions of pages without breaking a sweat.