Trivia Gamemaster

Contributors Forks Stargazers Issues

Table of Contents

Brief Description

This app allows the user to create their own trivia game. This is aimed at people who lead trivia games in restaurants and bars, allowing them to create a game quickly and easily.

How to use

The user can search for trivia questions in specific categories and add them. A separate page lists all the questions they have added and the user can remove a question if they decide they don't want it.

Built With

  • React 16
  • Redux 4
  • Redux Thunk
  • CSS

Installation

Fork this repository:

https://github.com/tarynmartin/trivia-gamemaster

Clone your forked repository

git clone and the copied URL

Change into the directory and install the project dependencies

cd into directory and run npm install for dependencies

How to see the product

In terminal, go to the project directory and run 'npm start' to open the project in the browser. Have fun creating a trivia game!

Live version

Deployed Site

Functionality

Entering search terms and retrieving questions

gif showing search and question results

Entering search terms and no questions available

gif showing error message on no questions

Adding a question to your game

gif showing how to add a question and the page they are saved on

Preventing duplicate questions from being added and how to remove saved questions

gif showing how duplicates can't be added and how to remove a question

Authors

👤 Taryn Martin

Acknowledgements and Resources

Original Project Link

Trivia Question Database API used to retrieve trivia questions.