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.
- Host: GitHub
- URL: https://github.com/davidrayoussef/react-quiz
- Owner: davidrayoussef
- License: mit
- Created: 2016-08-27T16:21:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T21:02:13.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:53:59.047Z (about 2 years ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 148
- Watchers: 10
- Forks: 65
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - react-quiz - A JavaScript quiz built with React. ⭐146 `JavaScript` (📦 Legacy & Inactive Projects)
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
```