DISC Quiz
Home / React / DISC Quiz
I was asked to create a quiz to identify personality types and connect them to suitable college courses.
I decided to build something similar to a DISC-style quiz. The idea is simple: the user answers a set of questions, each answer is linked to a personality trait, and the traits chosen the most help determine the user’s profile. Based on that profile, the system suggests the most compatible courses.
To keep everything organized, I grouped the 20 given questions into 5 pages. Each page shows 4 questions, making the flow easier and quicker for the user.

The frontend was built using React, handling the quiz steps and user interaction. The backend was developed in Java, responsible for saving the lead in the database and notifying the staff by email whenever someone finishes the quiz.
It’s a small tool, but very useful for helping students understand themselves better while also guiding them to the right academic options.
I also created another React app to display the leads in a BI dashboard. It allows users to export the filtered list in XLSX format.