This is a Trivia quiz app that lets you choose the amount of questions as well as the difficulty, using the OpenTDB api.
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.
A live demo of the code can be found here: Quiz