DDCAT Quiz Master is a powerful Android application designed to streamline your preparation for the DDCAT exam.
Why DDCAT_QuizMaster?
This project transforms studying into an engaging experience, ensuring users are well-prepared for their exams. The core features include:
- 🎯 Customizable quizzes: Tailor your study sessions to fit your unique learning style.
- ⚡ Immediate feedback: Get instant insights into your performance, helping you identify strengths and weaknesses.
- 📊 Performance tracking: Monitor your progress over time, fostering motivation and a sense of achievement.
- 🌐 Offline capabilities: Study anytime, anywhere, even without internet access.
- 🏗️ Clean architecture: Easily maintain and scale the app, making it developer-friendly for future enhancements.
This project requires the following dependencies:
- Programming Language: Kotlin
- Package Manager: Gradle
Build DDCAT_QuizMaster from the source and intsall dependencies:
-
Clone the repository:
❯ git clone https://github.com/KrunalValvi/DDCAT_QuizMaster -
Navigate to the project directory:
❯ cd DDCAT_QuizMaster -
Install the dependencies:
Using gradle:
❯ gradle build
Run the project with:
Using gradle:
gradle run
Ddcat_quizmaster uses the {test_framework} test framework. Run the test suite with:
Using gradle:
gradle test