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 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: