Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elvissrukundo/voting-system
A simple but secure online voting system to improve democratic participation
https://github.com/elvissrukundo/voting-system
css html javascript mysql mysql-database onlinevoting onlinevotingsystem php vote
Last synced: 22 days ago
JSON representation
A simple but secure online voting system to improve democratic participation
- Host: GitHub
- URL: https://github.com/elvissrukundo/voting-system
- Owner: ElvissRukundo
- License: mit
- Created: 2024-10-23T18:48:48.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:52:36.000Z (28 days ago)
- Last Synced: 2024-10-23T23:50:52.691Z (28 days ago)
- Topics: css, html, javascript, mysql, mysql-database, onlinevoting, onlinevotingsystem, php, vote
- Language: PHP
- Homepage: https://voting-system-ruby.vercel.app
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
weDecide ONLINE VOTING SYSTEM
weDecide is a simple web-based voting system designed to allow users to cast their votes, view candidates, and see election results in real-time. The system also includes an admin panel for managing candidates, political parties, and overseeing the voting process (admin panel under development).
FEATURES
USER SIDE
User Registration: Users can register to participate in the voting process.
Login & Profile Management: Users can log in, view and edit their profiles
Candidates: View a list of candidates and political parties participating in the election.
Vote Casting: Submit votes for candidates, voting can only be done once per user.
Rankings: View current rankings and vote results, rankings update every 60 secondsADMIN PANEL
(In Development)
The admin panel will allow administrators to:Manage user accounts (edit but not delete or add since registratio will be done voluntarily by the voter).
Add and manage political parties and candidates.
Oversee the voting process and finalize results.TECHNOLOGIES USED
**HTML**: For front-end layout and structure.
**CSS**: For styling and layout design.
**JavaScript**: For form validation and dynamic content updates.
**PHP**: For server-side scripting and database interaction.
**MySQL**: As the database to store users, votes, candidates, etc.
HOW TO USE
**Clone the repository:**
git clone https://github.com/ElvissRukundo/voting-system.git
**Import the database**:
Import the weDecideDB.sql file located in the db/ directory into your MySQL database.
Update the database credentials in db.php files in both the admin/ and include/ directories.
Run the app on a local server (e.g., XAMPP or WAMP) or upload it to your web hosting platform.
Access the user interface through index.php and the admin panel through admin/dashboard.php.FUTURE IMPROVEMENTS
Completion of the admin panel.
Improved security measures, such as password hashing and CAPTCHA.
Enhanced styling and responsiveness for mobile devices.LICENSE
This project is licensed under the MIT License.