lucky icon indicating copy to clipboard operation
lucky copied to clipboard

A dead simple raffle app.

Lucky

A dead simple raffle app.

Features

  • The roster can be provided by a text file or entering a total number for game attendants. (The roster file is a newline delimited file, one row for each name. A short description can be attached to each name in the format of name|desc.)
  • Welcome message can be edited upon double-clicking. (The edited version will be saved into your browser's local storage.)
  • The results of each round are logged into local storage.
  • Auto-adjusting font size to fit layout and winner count.

Hacking

After cloning the repo:

$ npm i
$ npm run dev

And make any modification as you wish.

Browser compatibility

Run lucky in latest Chrome/Firefox.