This project was created as part of my Web Development credit course.
It’s a simple web-based voting system built mainly with HTML, CSS, and JavaScript, with options to connect to a backend using PHP or Java Servlets.
Let the journey begin...
Hosted at : GithubPages
| Date | Update |
|---|---|
| 9/18/20 | First Submission |
- Landing Page
- LogIn Page
- SignUp Page
- LogIn/SignUp Navigation Page
- Clean landing page (
land.html) - Login and Signup forms for users
- Voter registration page (
reg.html) - Reusable components:
nav.html→ Navigation barfooter.html→ Footer
- Organized CSS, JS, and image assets
- Designed to be extended with backend (PHP/Servlets)
- Frontend: HTML, CSS, JavaScript
- Backend (planned): PHP, Java Servlets
- Hosting: Works well with GitHub Pages for static preview
- Open any
.htmlfile (likeland.html) directly in your browser. - Or host with GitHub Pages for a live demo.
- Install XAMPP/WAMP/MAMP.
- Place the project folder inside
htdocs. - Start Apache.
- Open
http://localhost/Online-Voting-System/land.html.
- Install Apache Tomcat.
- Deploy the project under
webapps/. - Add your servlet backend logic.
- Visit
http://localhost:8080/Online-Voting-System/land.html.
/css → Stylesheets
/js → JavaScript files
/res/img → Images
land.html → Landing page
login.html → Login page
signup.html → Signup page
reg.html → Voter registration page
nav.html → Navigation bar
footer.html → FooterDeveloper AnkitVS

