Its just a simple website that I made a while ago and forgot to post:
Basically you log in with your username:
After that you can send a request to a backend to get an NFT. For some reason the text to send the request is in Spanish, maybe it's because my browser is by default in my language:
So after submitting any option you have the displayed chance to get the NFT and either way you earn 0.001 buds. Also you need to wait an hour before clicking again.
After clicking any option (I know it looks horrible...) A backend processes the info and you need to wait before sending another request
Then we the transaction is confirmed by the backend the pop-up text changes to either : "better luck next time" or "congrats" or "You need to wait before sending another Request" (that's basically the text that popups if you have already sent a request this last hour)
To avoid multiple requests there's a time limit of 1 try per hour per account, also added a simple timer to know if you've already tried this hour.
.
Site to try the website: https://fefe4.github.io/Fragments/
The backend is due to die in two months I think because heroku free licenses are doomed to die :(