alexbezhan / sycl2023-app

SYCL 2023 Survey Demo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYCL 2023 Demo App

This is the demo survey app I used at the SYCL 2023 conference in Vancouver.

It is provided as is. Some of it, especially the CSS situation of the admin frontend, is a mess.

NOTE The app won't start without a passwords.txt file present in its cwd. For that reason, I've provided one.

The admin console

login.png

If you go to http://localhost:5000/admin/, you can use demo as username and password.

The meaning of the buttons is as follows:

  • SAVE DATA TO TAPE: will make the server save the state of all participants into a file participants.timestamp.json.
  • DOWNLOAD: lets you download the state of all participants in JSON format to your local machine.
  • SHOW ME THE STATS: will show the results

About

SYCL 2023 Survey Demo App

License:MIT License


Languages

Language:Zig 47.5%Language:JavaScript 23.8%Language:CSS 15.2%Language:HTML 11.0%Language:Nix 1.8%Language:Shell 0.7%