Skip to content

mdhvn/quizgen-final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.4%
  • CSS 30.5%
  • HTML 24.1%