Screenshots

This commit is contained in:
Maxime Augier 2025-02-16 01:31:11 +01:00
parent 797eb80ec1
commit 96937bf51d
3 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,19 @@
# Liliquiz - Lightweight Live Quiz
# Liliquiz - Ultra simple Live Poll
![A form with a question and three options filled](screenshots/choices.png)
![Poll with same three options and result bars](screenshots/main.png)
An ultra simple live polling app. Fill out a form, point people to the
URL, results in realtime.
Absolutely no attempt is made at stopping people from voting multiple times.
In fact, refreshing the page is enough to vote again. This is by design.
The polling control form is password-protected.
## Usage
```
npm install
PASSWORD=my_admin_password node index.js

BIN
screenshots/choices.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
screenshots/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB