This is a voting site where users have to register themselves with their voter ID in order to vote for the deserving candidate for mayor. The site consists of a registration form, a voting form, and a results page.
Preview Link : https://voteformayor.netlify.app/
VOTE.FOR.MAYOR.mp4
- HTML
- CSS
- JavaScript.
Users must register themselves with their voter ID in order to vote.
- Once registered, users can vote for their preferred candidate for mayor.
After voting, users can see the tentative results.
The results are generated using the JavaScript random()
method, so each time a user visits the results page, they will see different results.
- Navigate to the project directory: cd Voting-Site
- Open
index.html
in your browser to see the site.
Contributions are welcome! If you have an idea for a feature or improvement, please create a new branch and submit a pull request.