Random guitar strum pattern generator for practice.
Check it out: vilda.net/s/rsp.
It should look as follows: 
It also contains an initial Python version random_strum_pattern.py after which I decided I could make it a small website with a bunch of buttons.
The code is written in TypeScript+Node+Webpack. Run/compile as follows:
npm install
npm run build # or `npm run dev` for local server