crazyfox55 / VotingApplication

An application creating ballots, collecting votes, and registering voters.
2 stars 0 forks source link

Naming conventions #38

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago

Moved things into folders that are more descriptive. If you attempt to do this make sure to do all moves in one commit. Git doesn't recognize folders, it assumes you deleted files and added others.

Next week we will be creating a voter controller to manage function the user uses to vote. So voter registration has been created.