This is a Next.js + React web application that allows individuals to create and run a trivia game. It is meant as a basic structure for running any kind of question and answer based play between one game runner and a varying number of players or teams.
- Server which handles remote player sign-on from any IP
- Database storage of past questions, categories, and games
- Intuitive UI which allows for easy editing and gameplay
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.