A web-based quiz app that allows a host to show questions and users to respond.
The server is run through deno, so can be run by installing deno then running:
deno index.ts
To access the app once it is running, go to port 8000 at the IP address of your machine.