The purpose of the Voting System is to allow users to cast their votes for active candidates who represent various parties. It is designed to simulate a basic election process through a simple console-based interface.This project is developed in the C programming language and uses CSV files for storing user and voting data.
Features:-
1)New user account creation
2)Secure user login and logout system
3)One-time vote casting mechanism
4)Vote counting functionality
5)Admin login to release election results
Technology Used:-
Language: C
Interface: Console (command line)
Data storage: CSV files
Future Enhancements:-
1)Add a graphical front-end interface
2)Allow users to change email and password
3)Improve data security and validation