This is a simple online version of the Al-Qur'an built using Next.js and Chakra UI. The website retrieves data from the EQuran API and displays a list of all surahs (chapters) in the Qur'an. Users can click on a surah to view the details of the surah, including the name, verses, and translations.
To run the project locally, follow these steps:
- Clone the repository to your local machine.
- Install the project dependencies by running
npm install
oryarn
in the project directory. - Run
npm run dev
oryarn dev
to start the development server.
- Next.js - A React-based framework for building server-side rendered (SSR) web applications.
- Chakra UI - A simple and modular component library for building user interfaces.
- EQuran API - An API that provides the text of the Al-Qur'an in various languages.
This project is licensed under the MIT License.