Quran Web App allows users to read the Al-Quran online, via PC, Laptop, or Mobile devices |
Here is a working live demo : https://quran-rizalyoga.vercel.app/
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
-
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.