Skip to content

40fathoms/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Quiz App

Overview

Trivia game built on React. The user should be able to select the amount of questions, their categories, difficulty, and type. The React.useCallback() hook is used to fetch data from the open trivia API at the start of every new game.

Author