A group trivia game played remotely in your browser or on your phone!
Play now at https://triviawithfriends.fun
There are no guarantees around this project. I am not a React developer, and there are plenty of bugs. Feel free to fork and fix them if you're interested.
- Trivia Database: https://opentdb.com/
- PeerJS for WebRTC: https://peerjs.com/
This project is licensed under the MIT License - see the LICENSE
file for details.
Then run docker-compose up
to start trivia and a local PeerJS server. Access via http://localhost:3000
Not recommended, please use docker
Requirements: Node 14
npm install
npm start
and access via http://localhost:3000
See here for documentation for running a PeerJS server locally.
- Stylize winner page
- Give next button to host
- Show answers after each round
- Require unique names
- Show player submitted status for round
- Toast when new user joins
- Avatars / colors
- Round timer