Skip to content

A web application used to host UWaterloo's CS Club's Trivia Nights.

Notifications You must be signed in to change notification settings

harryyuncheng/csc-trivia-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC Trivia App

A web application used to host UWaterloo's CS Club's Trivia Nights.

In order to use this, simply follow the prescribed JSON format below and modify the questions.json file as required.

JSON Format Example:

[
  {"id": 1, "question": "What is the current stable release of the C++ standard ", "answer": "C++20", "category": "Coding Languages and Frameworks", "img": "N/A"},
  {"id": 2, "question": "Out of the following, what is the oldest programming language: COBOL, Fortran, Lisp, BASIC ", "answer": "Fortran", "category": "Coding Languages and Frameworks", "img": "N/A"},
  {"id": 3, "question": "What coding language is most commonly used for iOS mobile development? ", "answer": "Swift", "category": "Coding Languages and Frameworks", "img": "N/A"},
  {"id": 4, "question": "What popular frontend web framework was developed by Facebook in 2013? ", "answer": "React", "category": "Coding Languages and Frameworks", "img": "N/A"},
  {"id": 5, "question": "What does CSS stand for? ", "answer": "Cascading Style Sheets", "category": "Coding Languages and Frameworks ", "img": "N/A"},
]

About

A web application used to host UWaterloo's CS Club's Trivia Nights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • CSS 21.4%
  • HTML 20.7%