Skip to content

AnkitVS/Online-Voting-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗳️ Online Voting System

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

Time Line

Date Update
9/18/20 First Submission

Submissions

First Submission

Resume

image

Abstract

image

Basic Website Layout
  • Landing Page
  • LogIn Page
  • SignUp Page
  • LogIn/SignUp Navigation Page

✨ Features

  • Clean landing page (land.html)
  • Login and Signup forms for users
  • Voter registration page (reg.html)
  • Reusable components:
    • nav.html → Navigation bar
    • footer.html → Footer
  • Organized CSS, JS, and image assets
  • Designed to be extended with backend (PHP/Servlets)

🛠 Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend (planned): PHP, Java Servlets
  • Hosting: Works well with GitHub Pages for static preview

🚀 How to Run

Quick Preview

  • Open any .html file (like land.html) directly in your browser.
  • Or host with GitHub Pages for a live demo.

With PHP (if you extend it)

  1. Install XAMPP/WAMP/MAMP.
  2. Place the project folder inside htdocs.
  3. Start Apache.
  4. Open http://localhost/Online-Voting-System/land.html.

With Java Servlets (future option)

  1. Install Apache Tomcat.
  2. Deploy the project under webapps/.
  3. Add your servlet backend logic.
  4. Visit http://localhost:8080/Online-Voting-System/land.html.

📂 Project Structure

/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 → Footer

👤 Author

Developer AnkitVS


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published