Skip to content

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

License

Notifications You must be signed in to change notification settings

digitalworkerbees/lucky-draw-generator

 
 

Repository files navigation

Random Name Picker for Lucky Draw

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 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 14 above 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.5%
  • SCSS 29.7%
  • JavaScript 18.8%
  • Pug 9.9%
  • HTML 1.3%
  • Shell 0.8%