The Quiz Android App is designed to provide quizzes on various topics including Coding, Machine Learning, Programming, Databases, and more. Each quiz comes with a timer, and at the end, users can see their results along with a progress tracker.
- Multiple Topics: Quizzes on Coding, Machine Learning, Programming, Databases, etc.
- Timed Quizzes: Each quiz has a countdown timer.
- Results: Users receive their results at the end of each quiz.
- Progress Tracker: Tracks user progress across different quizzes.
- Android Studio: Development environment
- Kotlin: Programming language
- Firebase Realtime Database: Backend to store and fetch quizzes in JSON format
- Clone the repository:
git clone https://github.com/your-username/quiz-android-app.git
- Open the project in Android Studio.
- Connect your Firebase project:
- Add your
google-services.jsonfile to theappdirectory.
- Add your
- Build and run the project on an Android device or emulator.
- Select a quiz topic.
- Answer the questions within the time limit.
- View your results and track your progress.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any queries or suggestions, feel free to reach out:
- Name: Mankesh Meena
- Email: dhanawatmankesh@gmail.com
- GitHub: mankesh-dhanawat(https://github.com/mankesh-dhanawat)


