How much do you know about React?
In the project directory, please run:
Install all necessary dependences and creates node-modules folder.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Note! The supported browsers are Egde, Chrome, Mozilla Firefox, Opera.
- A quiz can have multiple questions.
- The questions are randomly generated.
- The question can have multiple option groups.
- An option group can have 2 or 3 possible options (could be extended to support more options).
- An option group must have at most one correct option.
- An option group must have different options.