akverma26/voting-system-using-block-chain ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple voting web app where a user can sign up, verify with an OTP sent by email, and then cast one vote through the site. I want it to feel like a final year college project, so keep it straightforward and easy to run locally with Django.

The app should let people see a list of candidates or parties, vote once, and prevent double voting. It should also show some kind of blockchain based record for the votes, so the results feel tamper resistant. I’d like the email verification and any private key or vote confirmation flow to be wired in too, but keep it practical for local development, so if needed you can make the email parts easy to swap or mock.

Please make sure the project runs from the default Django setup, with clear steps for starting the server and using the app. If you need to look up current Django or email setup details online, go ahead.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab