This gist contains the code to create a simple "javascript quiz" with react & ES6. In this version, you can see following features in this app-
- User can take a quiz and get to know if their answers to questions are right or wrong through red/green signals showing next to question.
- Questions can be added through UI interface and those will get saved in database.
First, fork this gist to your own account by clicking the fork symbol in the upper right.
Then copy the clone URL to your clipboard.
-
Run
npm install
to install all the dependencies & devDependencies. -
Run
npm start
Note- Earlier we had mongoDB support, but later it got removed.
And you'll be good to go 👍