What do I look into to figure out how to make a replay system for a random draw?

Viewed 15

At work we have a Wine Lottery every friday. This is done in a old, manual way. And I'm looking into making a web-app to automate this draw. One of the features I want is to be able to share a url on Teams, so everyone can click it, and then get a Replay of the draw. Problem is that this draw must be preformed with random values. How can I than make a replay system, that can play back the draw (that is animated), with the correct winner, and runners up and etc, when the draw is random?

Very broad, unspesific question, I know. Sorry. I'm really looking for anyone to put me on the right path here.

I was thinking about coding this whole thing with html, css, and javascript. I might use React.

0 Answers
Related