/random-name-picker

Simple HTML5 random name picker for picking lucky draw winners for GitHub events

Primary LanguageTypeScriptMIT LicenseMIT

Random Name Picker for Lucky Draw

Random Name Picker for GitHub prize draws!

🙏 First, huge shout-out to @icelam for a great and simple name picker we could fork and use for the GitHub booth!

🚀 This site is deployed to GitHub Pages using GitHub Actions. The Actions workflow pulls entrants from commenters of a GitHub Issue.

🎫 To enter the draw (if there is one), add a comment to This Issue


Below is the original README:


Random Name Picker for Lucky Draw

Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API

Built with TypeScript Node.js Yarn Code Style Conventional Commits License Language grade: JavaScript Current version

Live Demo

Demo is available at https://pinkylam.me/playground/random-name-picker

Technology Stack

  • Pug
  • CSS3 (SCSS)
  • Web Animations API
  • AudioContext API

Development

Prerequisite

  • Node 12 or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.