Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 817 Bytes

Quiz App

Introduction

  • Basic React app that creates a quiz consists of Multiple Choice Questions (MCQs).

Image

Quiz App

Functional

  • A user can setup a quiz based on number of questions, category and difficulty level.

  • After setup, the MCQs would be visible on screen and user has to attempt those questions.

  • While attempting the quiz, user can also see the number of correct questions.

  • Later, while exiting the quiz, a modal would be visible on screen which will depict the percentage of correct answers.

Technical