Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 925 Bytes

File metadata and controls

42 lines (26 loc) · 925 Bytes

Trivioke

Trivia quiz game made with React.

Team

  • Product Owner: Dario El-Badry
  • Scrum Master: Josh Nguyen
  • Development Team Members: Dario El-Badry, Josh Nguyen

Table of Contents

  1. Team
  2. Usage
  3. Requirements
  4. Development
    1. Installing Dependencies

Usage

Sign Up/Login leads to trivia page where user can input team names, trivia category, and difficulty. Begins when begin game button is clicked, Correct answer adds a point to the team and incorrect triggers youtube call for karaoke.

Requirements

  • MySQL database v5.7

Development

  • Open Trivia Database is used for questions.
  • Youtube API is used for karaoke.

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here