A dead simple raffle app.
- 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.
After cloning the repo:
$ npm i
$ npm run dev
And make any modification as you wish.
Run lucky in latest Chrome/Firefox.