Voting System

A PHP website built for my school’s election. A portal where students can cast their votes anonymously. The teachers can update the list of categories (houses). After which sub-categories and candidates can be added. Barcodes are generated and assigned to a particular category. These barcodes are then distributed to the students. The system works by a simple system. The student scans the barcode at the system. The candidates list for the appropriate category is displayed. Once the vote is casted the count is updated in the server. The teachers can then see the total number of votes casted to a particular candidate.

Source Code on GitHub