OpenTrivia Save Abandoned

Multiplayer quiz game demo using React and Opentdb API

Project README

OpenTrivia

Small multiplayer quiz demo using express and socket.io in the backend and React for the UI.

How to use locally:

  • Clone the repository and run the following command to download all dependencies.
 npm install
  • Now open a terminal run the following command if you just want to start the server for development.
npm run watch

Use the following commands if you want to manually build from src to test for production.

npm run build:prod or npm run build:dev followed by npm run serve
  • Open the brower and navigate to http://localhost:3000 for the main screen and point all other devices to http://your_internal_ip:3000 and follow onscreen instructions.
Open Source Agenda is not affiliated with "OpenTrivia" Project. README Source: AnushanLingam/OpenTrivia

Open Source Agenda Badge

Open Source Agenda Rating