The Quran Review App is a mobile application designed to help users track and manage their Quran memorization review progress. The app provides a user-friendly interface to select, review, and monitor the completion of Suras (chapters) from the Quran.
- Database Management:: Utilizes SQLite for efficient storage and retrieval of Suras and progress data. The app includes tables for storing Suras, selected Suras for review, and daily progress.
- Sura Selection:: Users can select Suras they wish to review from a comprehensive list.
- Progress Tracking: The app calculates and displays the user's progress in reviewing the selected Suras. Progress is shown as a percentage, indicating how much of the selected material has been reviewed.
- Completion Dialog: Receive a congratulatory message upon completing your daily review.
To get started with this app, follow these steps:
- Clone the repository.
- Install the required dependencies.
- Run the app on your preferred device.
For more information, visit the Flutter documentation.