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"},
]