Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API
Demo is available at https://pinkylam.me/playground/random-name-picker
- Pug
- CSS3 (SCSS)
- Web Animations API
- AudioContext API
- Node 14 above or nvm installed
- Yarn or NPM installed
To install dependencies:
yarn install
To start the development server:
yarn start
To build the project for production:
yarn build
All the build files can be found in /dist
folder.