Skip to content

MuhammadRadifa/QuizKit

Repository files navigation

QUIZ KIT

Quiz Kit is a feature-rich quiz application developed for Android using Jetpack Compose. It provides users with an interactive platform to create, manage, and participate in quizzes. This application leverages modern Android development practices to offer a seamless and engaging user experience.

Demo

Check out the live demo of Quiz Kit CLICK DEMO VIDEO HERE

Installation

Prerequisites

  • Android Studio installed on your machine.
  • Android SDK with API Level 27.

Steps

  1. Clone the repository:

    git clone https://github.com/MuhammadRadifa/QuizKit.git
    
    cd cd quizkit
    
  2. Open the project in Android Studio:

    • Open Android Studio.
    • Click on File -> Open.
    • Navigate to the quizkit directory and select it.
  3. Configure SDK:

    • Ensure you have the Android SDK with API Level 27 installed.
    • You can install it via the SDK Manager in Android Studio (Tools -> SDK Manager).
  4. Add api quiz properties:

    • In the local.properties file (create it in the root project directory if it doesn't exist), add the following line:
    API_URL=https://opentdb.com/
    

    note : disclaimer

  5. Build and run the project:

    • Click the Run button in Android Studio to build and run the app on an emulator or physical device.

Contribution

Contributions are welcome! Please fork the repository and create a pull request with your changes.

Reporting Issues

If you encounter any issues or have suggestions, please open an issue on GitHub.

Disclaimer

This application uses the Open Trivia Database (https://opentdb.com/) as the quiz API source. Ensure you comply with their terms and conditions when using the API.