Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.61 KB

Mini-Voting-System

This is a mini voting system project implemented in C. The program allows users to add candidates, display the list of candidates with their votes, and cast votes for candidates. The candidates' data is stored in an array of structures.

Features

  • Add Candidate: Users can add candidates to the voting system by providing their name.
  • Display Candidates: The program displays the list of candidates along with the number of votes they have received.
  • Vote: Users can cast their votes by selecting the candidate ID.

Usage

  1. Clone the repository or download the source code.
  2. Compile the code using a C compiler.
  3. Run the compiled executable.
  4. Follow the on-screen menu to perform the desired actions.

How to Contribute

Contributions to this project are welcome! If you have any ideas, improvements, or bug fixes, please follow these steps:

  1. Fork the project repository.
  2. Create a new branch for your contribution.
  3. Make your changes and test them thoroughly.
  4. Submit a pull request with a description of your changes.

License

This project is licensed under the MIT License. Feel free to use and modify the code as per your needs.

Acknowledgements

  • The project is inspired by the concept of a simple voting system.
  • Thanks to the contributors who have helped in improving this project.

Contact

If you have any questions, suggestions, or feedback, please feel free to reach out.