### ISSUE SUMMARY - #### `Design and implement a fully functional quiz feature for the page.` ### OVERVIEW OF THE FEATURE - The component must be a children of the main application. - The routing of the component must be linked yet separated from the main application. ### FEATURE PROCESS FLOW - Any candidate may visit the route, add their username ( handled in the frontend ). - Play the quiz accordingly. - Once the quiz is completed, a overall statistics will be shown with score comparison with other candidates in a tabular format. <hr> #### CONTRIBUTOR : @SUVAJIT-KARMAKAR #### BRANCH TO WORK ON : `feature/quiz` #### WHAT THE COMMIT MESSAGES SHOULD LOOK LIKE : `feature(quiz): <message>`
ISSUE SUMMARY
Design and implement a fully functional quiz feature for the page.OVERVIEW OF THE FEATURE
FEATURE PROCESS FLOW
CONTRIBUTOR : @SUVAJIT-KARMAKAR
BRANCH TO WORK ON :
feature/quizWHAT THE COMMIT MESSAGES SHOULD LOOK LIKE :
feature(quiz): <message>