pranavbehal / Christmastime-Celebrations

TSA 2022 Website Design - Christmastime Celebrations
0 stars 0 forks source link

Animated number counter #4

Open pranavbehal opened 2 years ago

pranavbehal commented 2 years ago

Mainly for @pranavbehal :

Below join the waitlist on home page, add an animated number counter with JS that starts with some random number (like 341), and every time the waitlist form is submitted, number go up. Else, judges will think, why number no go up?

If this is done, the judges will be very much pog champed when they see number go up.

pranavbehal commented 2 years ago

Will have to link it with database verifying form submission & somehow tie that to forever data storage (forever update, not session/local storage). Can't be tied with button or won't work across devices. Has to be on my end, not dependent on other servers.