Skip to content

tinkerhub/triviator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triviator

Triviator is an opensource, self hosted platform for,

  1. Create and play trivia quizes (the thing that kahoot and mentimeter do, but without paying anyone)
  2. Ask questions and do polls during an online meeting.

How it Works ?

  • We create a web app with two main routes, /create and /play.
  • Creator can go to /createto create the quiz and generate a link/number for players/participants to join.
  • Players/participants can join using a link or going to /play.
  • Questions will appear for players/participants as creator click a next button.
  • Scores (and correct answers) will be shown in between or in the end

Libraries used

  • Responder - async http framework in python
  • Vue.js - for building the frontend.

How to configure

Instructions for setting up project

How to Run

Instructions for running

How to Test

Run,

pytest tests

Contributors

About

Self hosted trivia creator and Q&A maker

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published