A Quiz app built on React & Redux.
A backend server accompanies: https://github.com/pyliaorachel/queeze-backend
Starter code: https://github.com/btg5679/react-redux-prod-starter.
- Login/registration
- Quiz view/create/edit/delete
- Play quiz
- Question random
- Choice shuffled
- Single answer
# Download project
$ git clone https://github.com/pyliaorachel/queeze.git
# Install dependencies
$ npm install
# Run development server
$ npm run dev
# Run production server
$ npm run build
$ npm start| Login | Registration |
|---|---|
![]() |
![]() |
| Quiz List | Quiz Details |
|---|---|
![]() |
![]() |
| New Quiz | Edit Quiz |
|---|---|
![]() |
![]() |
| Play Quiz | Correct Answer | Wrong Answer |
|---|---|---|
![]() |
![]() |
![]() |








