Skip to content

Trivia Game w/ detail statistics of players results.

License

Notifications You must be signed in to change notification settings

Les-Quizerables/Trivianetix

 
 

Repository files navigation

Les-Quizerables

Trivia quiz with data visualization

license npm version release

Les-Quizerables is a trivia game with thousands of random questions pulled from an API for users who have registered an account and answered demographic questions. After each game, users can see relational graphs of scores v.s. user demographics, including age, education level, and location. There is also a live chat for clients to communicate with others connected to the server.

User interfaces

  1. Sign up with new username and password, or use username test and password test. Image of Les-Quizerables sign-up page Image of Les-Quizerables sign-in page

  2. Here are some game score analytics. Image of Les-Quizerables leaderboard Image of Les-Quizerables time graph Image of Les-Quizerables category graph

  3. This is what a question looks like. Image of Les-Quizerables game play

Installation

npm install
npm run build

To run in developer mode:

npm run dev

To run in production mode:

npm start

Contact for questions

Catherine Cheng – [email protected]

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Trivia Game w/ detail statistics of players results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.9%
  • CSS 22.8%
  • HTML 11.3%