https://github.com/sota1235/party
Simple quiz system. Inspired by "オールスター感謝祭" by TBS.
https://github.com/sota1235/party
Last synced: 3 months ago
JSON representation
Simple quiz system. Inspired by "オールスター感謝祭" by TBS.
- Host: GitHub
- URL: https://github.com/sota1235/party
- Owner: sota1235
- License: mit
- Created: 2015-08-11T14:11:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T11:21:58.000Z (over 9 years ago)
- Last Synced: 2023-08-05T20:12:07.965Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 211 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Party
====
[](https://travis-ci.org/sota1235/Party)
Simple quiz system.
### Description
This application has three types of screen.
- Questions
- Answering form
- Management quiz (Admin page)The answers is reflected in real-time on 'Questions' screen.
### Demo

### Requirement
- node.js v4.1.2
- mongoDB### Usage
This application has three pages.
- Index page
You can acess this page on '/'.
User can vote for question and it is displayed on quiz page in real time.
Also, send comments just like niconico video.

- Quiz page
You can see Question set just now.
The comments and vote number displayed in real time.
Quiz page has some customize options. (Sounds and styles. It is coming soon...)

- Admin page
Owner of event uses this page.
Add, delete, set questions in this page.

### Install
Clone this repository.
```shell
$ git clone [email protected]:sota1235/Party.git
```Build static files.
```shell
$ cd Party$ npm i
$ gulp
```Start application and access `http://{hostname}:3000`.
```shell
$ npm start
```
### TODO- **Load measures for Socket.IO**
- Make admin page more useful
- Add template for application(style, config)### Contribution
Bug reports and pull requests are welcome on GitHub at [https://github.com/sota1235/Party](https://github.com/sota1235/Party). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)