-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0156558
commit 08991d5
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |