Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 2.71 KB

README.md

File metadata and controls

92 lines (59 loc) · 2.71 KB
Routify Starter

 

Demo

Al-Qur'an Digital

Github top language Github language count Repository size License Github forks Github stars


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Al-Qur'an Digital adalah sebuah website untuk menampilkan dan memutar surah-surah dari Al-Quran.

✨ Features

✔️ Single Page Aplication (SPA)
✔️ Responsive
✔️ Fitur cari surah
✔️ Terdapat tafsir dan arti dari surah maupun ayat
✔️ Audio Player

🚀 Technologies

Project ini dibangun dengan menggunakan:

✅ Requirements

Sebelum memulai 🏁, pastikan sudah menginstall Git dan Node di pc kalian.

🏁 Starting

# Clone this project
$ git clone https://github.com/suryamsj/al-quran-digital

# Access
$ cd al-quran-digital

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:5000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Muhammad Surya Jayadiprana

 

Back to top