/quizgen-final

Primary LanguageJavaScript

Quizgen - Final

Creating a standard, grid-like format for final rounds of quizzes instead of having to make bulky, irritating powerpoint presentations.

Fetches data from a JSON file and creates a simple, minimalistic yet immersive final round experience - built using pure Javascript; packaged as a Node + Express application for distributability.

A list of dependencies of this project can be seen through package.json


Installing

  • If you do not have Node.js installed, install it from here

  • Download this repository using the Download -> Download ZIP option on the top right

  • Extract to quizgen-final-master; open up the terminal and navigate to it

cd Desktop/quizgen-final-master
  • Install all dependencies using :
npm install
  • Then, run the application using :
node server.js
  • Finally, open up your browser to :
localhost:8000
  • Add your own stuff to data.json and modify as required