Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.66 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.66 KB

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!