An open API service indexing awesome lists of open source software.

https://github.com/davidrayoussef/react-quiz

A JavaScript quiz built with React.
https://github.com/davidrayoussef/react-quiz

Last synced: 20 days ago
JSON representation

A JavaScript quiz built with React.

Awesome Lists containing this project

README

          

# React Quiz
A JavaScript slide quiz built with React.

[View Demo](http://davidra.co/react-quiz/)

Getting Started
---------------

```shell
$ git clone https://github.com/davidrayoussef/react-quiz.git
$ cd react-quiz
$ npm install
$ npm start
```

App Structure
-------------

```
QuizApp
└── Quiz
├── QuestionList
| └── Question
| └── Answer
└── Results
```