First Android Studio Project
This Android quiz application allows users to test their knowledge in Computer Science, History, Geography, and Natural Sciences. It features single-choice quizzes, real-time score tracking, a player leaderboard, and an admin panel for managing users and content.
- Single-choice quizzes on various topics (Computer Science, History, Geography, and Natural Sciences).
- Real-time score tracking for each player.
- Player leaderboard to view rankings.
- Admin panel for managing quizzes and users.
- Android Studio: The IDE used for development.
- Java: for app development.
- MySQL: for database management with API calls to interact with the backend.
-
Clone this repository:
git clone https://github.com/Sadrinho27/Quizzoum.git
-
Open the project in Android Studio.
-
Build and run the application on an emulator or Android device.
If you want to contribute to this project, feel free to fork the repo, create a branch, and submit a pull request. Please make sure to follow the code style used in the project and write tests for any new features.