Skip to content

tiagoalv3s/voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

VOTING SYSTEM

A voting system in C language.

USER STORIES

  • User can see a list of candidates he can vote in.
  • User can vote in a specific candidate or null.
  • Votes are stored in a text file.

IMPROVEMENTS

  • Do not accept invalid characters when prompted for typing data.
  • Security improvements.

BONUS FEATURES FOR FUTURE UPDATE

  • A log of the votes containing date and hour of each vote.
  • Log is a protected text file.
  • User can enter in counting mode to see the results of election.
  • Counting mode is protected by a password.
  • GUI.
  • User can see a picture of the candidate.

About

A voting system in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages