Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 415 Bytes

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