React Quiz A JavaScript slide quiz built with React. View Demo Getting Started $ git clone https://github.com/davidrayoussef/react-quiz.git $ cd react-quiz $ npm install $ npm start App Structure QuizApp └── Quiz ├── QuestionList | └── Question | └── Answer └── Results