Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 711 Bytes

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