/Party

Simple quiz system. Inspired by "オールスター感謝祭" by TBS.

Primary LanguageJavaScriptMIT LicenseMIT

Party

Party logo

Build Status

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.

Index page

  • 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...)

Quiz page

  • Admin page

Owner of event uses this page.

Add, delete, set questions in this page.

Admin Page

Install

Clone this repository.

$ git clone git@github.com:sota1235/Party.git

Build static files.

$ cd Party

$ npm i

$ gulp

Start application and access http://{hostname}:3000.

$ 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. 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