8000 GitHub - jansesun/smart-draw: Generate brackets according to players' rank
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jansesun/smart-draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-draw

Generate brackets according to players' rank

Getting Started

Run npm start script

npm start

You can browse the page via http://localhost:3000/static/index.html Finish the form

Tips

seedIndex should be a positive integer.

gender will be 1 as default.

You should type a name before add player.

Once you have generated brackets, you cannot add, remove or generate brackets;

If you really want to generate brackets again, you can execute the code below.

demo gif

// TIMESTAMP should be formated as 'yyMMdd', like '170613'
localStorage.removeItem(`drawResult_${TIMESTAMP}`);

Installing

npm i

Running the tests

npm test

About

Generate brackets according to players' rank

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0