Trivia quiz with data visualization
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
npm install
npm run build
To run in developer mode:
npm run dev
To run in production mode:
npm start
Catherine Cheng – cat@illusionalcoder.com
Distributed under the MIT license. See LICENSE
for more information.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request