Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amelia2802 authored Jan 31, 2023
1 parent 0156558 commit 08991d5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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/

https://user-images.githubusercontent.com/49182604/215700425-dd033cc5-6c6c-4000-bed7-af14c355cbab.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.

0 comments on commit 08991d5

Please sign in to comment.