/quiz

Trivia quiz app with random questions.

Primary LanguageTypeScriptMIT LicenseMIT

Quiz

This is a Trivia quiz app that lets you choose the amount of questions as well as the difficulty, using the OpenTDB api.

How to use

Clone the project:

git clone https://github.com/ViaxCo/quiz.git

Install dependencies:

npm install

Run the dev server:

npm start

To deploy to a server, run:

npm build

and serve the files in the "./build" directory.

Demo

A live demo of the code can be found here: Quiz