You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The college student body elections are conducted every year. 2 years ago, I created a basic voting application using PHP so that the voting can be done online. It increased the efficiency of the overall procedure by many times.
The next step is to create a fully dynamic and responsive voting application using some of the newer technologies (Django or Flask maybe) which has the following features:
Dynamically adding candidates
Encryption for the results
Analytics in the admin dashboard
Responsive Design
Two factor authentication for voters
Split-key mechanism (All HOD's will have a part of the key, and result can be opened only when all keys are concatenated in specific order and the hash is decrypted)
The text was updated successfully, but these errors were encountered:
The college student body elections are conducted every year. 2 years ago, I created a basic voting application using PHP so that the voting can be done online. It increased the efficiency of the overall procedure by many times.
The next step is to create a fully dynamic and responsive voting application using some of the newer technologies (Django or Flask maybe) which has the following features:
The text was updated successfully, but these errors were encountered: