khakiout / aem-6-developer-certification-reviewer

A quiz app (reviewer) for the AEM 6 Developer Certification Exam. Built on React and webpack.
https://khakiout.github.io/aem-6-developer-certification-reviewer/
1 stars 2 forks source link
aem react redux

AEM 6 Developer Certification Reviewer

Build Status

Introduction

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

Tech

Installation

$ git@github.com:khakiout/aem-6-developer-certification-reviewer.git
$ cd aem-6-developer-certification-reviewer
$ npm install
$ npm run build
$ npm start