Online Voting System
Online Voting System
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD41184 | Volume – 5 | Issue – 4 | May-June 2021 Page 186
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
LIST OF MODULES
The voting system has five main modules:
1. REGISTRATION
2. AUTHENTICATION
3. VOTING
4. COLLECTION
5. TALLYING
SYSTEM IMPLEMENTATION
Index.html:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>CR Voting | Green Syntax</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
.
.
.
.
.
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body></html>
RESULT
Homepage -to cast your vote
@ IJTSRD | Unique Paper ID – IJTSRD41184 | Volume – 5 | Issue – 4 | May-June 2021 Page 187
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
Contact info
@ IJTSRD | Unique Paper ID – IJTSRD41184 | Volume – 5 | Issue – 4 | May-June 2021 Page 188
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
Nomination list
Confirmation
@ IJTSRD | Unique Paper ID – IJTSRD41184 | Volume – 5 | Issue – 4 | May-June 2021 Page 189
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
Enter detials to view control panel
Control panel
@ IJTSRD | Unique Paper ID – IJTSRD41184 | Volume – 5 | Issue – 4 | May-June 2021 Page 190