Quiztopia is an interactive Quiz Management System designed to facilitate seamless CRUD (Create, Read, Update, Delete) operations for managing quizzes and their questions. It provides users with an organized platform to solve quizzes, view scores, review correct answers, and manage quiz content. With features like topic-wise categorization and efficient search functionality, Quiztopia enhances user engagement by simplifying the process of creating, managing, and exploring quizzes.
-
- HTML
- CSS
- Javascript
-
- Java with SpringBoot framework
-
- MySQL
REST API: Communication between Front End and Back End in the form of JSON through API Endpoints.
- Solve quizzes listed on the platform.
- Receive a detailed score after submission.
- Review correct answers for the questions attempted.
- Create new quizzes by selecting a category and specifying the number of questions.
- Topic-wise organization for better management.
- Add new questions to the quiz database.
- View all existing questions with category filters.
- Update or delete questions as needed for content accuracy.
- Efficiently find questions based on specific categories for targeted learning or quiz creation.
- User-friendly interface for seamless navigation and usability.