Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.18 KB

Voting Site

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

Preview Link : https://voteformayor.netlify.app/

VOTE.FOR.MAYOR.mp4

Technology Stack

  • HTML
  • CSS
  • JavaScript.

Features

  • User Registration:

Users must register themselves with their voter ID in order to vote.

  • Voting:

    Once registered, users can vote for their preferred candidate for mayor.
  • Results:

After voting, users can see the tentative results.

  • Dynamic Results:

The results are generated using the JavaScript random() method, so each time a user visits the results page, they will see different results.

Usage

  • Clone the repository: https://github.com/amelia2802/Voting-Site.git
  • Navigate to the project directory: cd Voting-Site
  • Open index.html in your browser to see the site.

Contributions

Contributions are welcome! If you have an idea for a feature or improvement, please create a new branch and submit a pull request.