So, what is it about?
- Create a function where the register takes all the data(Name and Aadhar Number) of the all the voters who might visit in order to vote.
2)Create a function where the user enters their name and aadhar and the registar checks whenever a voter comes to vote whether his name and aadhar number is present on the data provided above to cast their vote else display an error.
3)If the voters name is present on the list then the registar provides the voter with a certain password which he must enter along with his vote in order for the vote to be successful else display an error.
Code of Conduct