A lottery game app for parties, weddings, team buildings, etc.
Created by James Shih.
$ git clone https://github.com/hyjk2000/party-lottery.git
$ cd party-lottery
$ pnpm i
$ pnpm dev # Start development server
$ pnpm build # Build
$ pnpm preview # Preview the build
This was a toy app for use in my wedding back in 2013. I could not find a suitable and good-looking lottery app so I wrote one in a couple of hours. Some friends of mine showed interest in it. Since then I added a configuration panel and several other features to make it a real app.
Years later I found this app is still pretty useful. But the code was written in a rush and is too messy to work on.
- Rewrite JavaScript in ECMAScript 2015
- Rewrite CSS using Sass and Autoprefixer
- Remove jQuery & Modernizr (along with ancient browsers support)
-
Package with Electron
Pull requests, feature requests and bug reports are welcome.
Copyright 2013-2024 James Shih.
This software is licensed under the MIT License.