This is an Android Quiz App made in Java.
The Quiz App is having 10 random questions from a particular genre.
The API used to get the quiz data is https://opentdb.com/api_config.php
The User can answer by choosing True or False and at the end of the Quiz, the user will get to know the score of the quiz.
- Giving the users option for choosing the category they want to give the quiz for, the number of questions, and difficulty level.
- Integrating backend to store data
- Displaying Scoreboard at the end of Quiz to display the rank
Fork the repository
Go to the directory
cd QuizApp
Clone the repository
git clone https://github.com/anandtharad/QuizApp.git
Start contributing