Skip to content

Selector de nombres aleatorio HTML5 simple para elegir ganadores de sorteos para eventos de GitHub

License

Notifications You must be signed in to change notification settings

gittogethers/selector-rifa

 
 

Repository files navigation

Octogatos_onWhite_Full

Selector aleatorio de nombres para sorteos en GitHub :pray: En primer lugar, queremos dar un enorme reconocimiento a @icelam por proporcionarnos un excelente y sencillo selector de nombres que pudimos bifurcar y utilizar para el stand de GitHub.

🚀 Este sitio está desplegado en GitHub Pages utilizando GitHub Actions. El flujo de trabajo de Actions recopila a los participantes de los comentarios en un Issue de GitHub.

🎫 Para participar en el sorteo agrega un comentario en este Issue

A continuación se muestra el README original:


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.

About

Selector de nombres aleatorio HTML5 simple para elegir ganadores de sorteos para eventos de GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 36.2%
  • SCSS 28.6%
  • JavaScript 17.3%
  • Pug 10.0%
  • Dockerfile 6.5%
  • HTML 1.2%
  • Shell 0.2%