Skip to content

AVu120/trivia-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Quiz

image

image

image

Play with this app at https://avu120.github.io/trivia-quiz/.

Description

A trivia quiz game that uses the Open Trivia Database (https://opentdb.com/api_config.php) to query questions and answers. User can initially customize the quiz by setting the number of questions, category, difficulty-level, question type (true/false or multiple-choice), and an optional time limit. After completing the quiz, the user will then see an in-depth overview of results and have the option of starting a new quiz.

How to Run Application

Run application at: https://avu120.github.io/trivia-quiz/

View/edit/fork CodeSandbox at: https://codesandbox.io/s/github/AVu120/trivia-quiz

Application Set Up

git clone https://github.com/AVu120/trivia-quiz.git

cd trivia-quiz

npm i

npm start

Then open http://localhost:3000 in a browser.

This project was bootstrapped with Create React App.