Skip to content

A voting application to have elections at an organizational level.

Notifications You must be signed in to change notification settings

chmuhammadowais/Elect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elect

A voting application to have elections at an organizational level. The app features an admin panel where the registered admin is able to register or remove candidates from the elections. Users who are registered can cast a vote for the desired registered candidate. The desktop app is developed using Java programming language and the UI is developed using Swing library. For secure database management MySQL is used. Following are the screens for the application:

The login panel for Admin

image

The main welcome or dashboard screen

image

The Candidate Management Panel

image

Election mode functionality where the administrator can decide whether the election is timed or timeless

image

The result screen, the admin can view or flush the election results

image

Admin signup screen where the registered admin can add a new admin to the system by verifying the credentials

image

Vote Cast screen, the registered users can cast their vote

image

Explore more by using the app!