Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackakil/the-demo-that-goes-wrong

๐Ÿ’ฃ A demo used to help speaker practice handling when a demo breaks.
https://github.com/zackakil/the-demo-that-goes-wrong

bug demo practice public-speaking

Last synced: 18 days ago
JSON representation

๐Ÿ’ฃ A demo used to help speaker practice handling when a demo breaks.

Awesome Lists containing this project

README

        

# the-demo-that-goes-wrong ([demo link](https://zackakil.github.io/the-demo-that-goes-wrong/?random=true))
A demo used to help speaker practice handling when a demo breaks.

## Demo links
| Version | Description | Link |
|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Safe๐Ÿ‘ | Demo working fine. | [https://zackakil.github.io/the-demo-that-goes-wrong](https://zackakil.github.io/the-demo-that-goes-wrong) |
| Random๐ŸŽฒ | Randomly sets the demo to 1 of 4 states, were 1 is safe, 3 are bad. | [https://zackakil.github.io/the-demo-that-goes-wrong/?random=true](https://zackakil.github.io/the-demo-that-goes-wrong/?random=true) |
| Random Bad ๐Ÿ˜ˆ ๐ŸŽฒ | Randomly sets the demo to 1 of 4 states, were none are safe. | [https://zackakil.github.io/the-demo-that-goes-wrong/?randomBad=true](https://zackakil.github.io/the-demo-that-goes-wrong/?randomBad=true) |
| Slow โš™๏ธ | Slow | [https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=10000&predictionTime=10000](https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=10000&predictionTime=10000) |
| Wrong output โš™๏ธ | Wrong output | [https://zackakil.github.io/the-demo-that-goes-wrong?predictionCorrect=false](https://zackakil.github.io/the-demo-that-goes-wrong?predictionCorrect=false) |
| Crash โš™๏ธ | Crash | [https://zackakil.github.io/the-demo-that-goes-wrong?blueScreen=true](https://zackakil.github.io/the-demo-that-goes-wrong?blueScreen=true) |
| Customโš™๏ธ | A link with all of the params exposed so that you can make the demo do what you want. | [https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=1000&predictionTime=1000&predictionCorrect=true&blueScreen=false](https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=1000&predictionTime=1000&predictionCorrect=true&blueScreen=false) |