I want to create a quiz application to help our team in reviewing for the AEM 6 Developer Certification Exam. Since we are using React in our projects already, I thought of creating the app with React.
There are 10 questions included in the source code, some of those are from the AEM 6 Developer sample exam.
This repo is a study of both how React and Redux works with Webpack, and of the Materialize CSS framework. Initial code is from https://github.com/gchandrasa/quiz-react
$ git@github.com:khakiout/aem-6-developer-certification-reviewer.git
$ cd aem-6-developer-certification-reviewer
$ npm install
$ npm run build
$ npm start