Skip to content

fmata97/Quizzical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzical

A trivia game made with React.

  • Each quiz consists of questions from random topics and difficulties.

  • The questions are fetched from Open Trivia DB.

  • Mobile view is supported.

Image examples:

start-menu


questions


answers

Setup

Requirements

NodeJS and npm.

Step-by-step instructions

  1. Run npm install to install the dependencies
  2. Run npm run dev to start the application