Add On Course
Add On Course
SYSTEM
In Partial fulfillment of the requirement for the award of the degree of
Submitted by
Assistant professor
&
1
AN ISO9001:2008 certified institution)
RAHMATHNAGAR,TIRUNELVELI - 627011
2
CERTIFICATE
3
CERTIFICATE
This is to certify the project work entitled “ONLINE BUS RESERVATION WEB
APPLICATION” is the bonafide record of work done by
NAME REGNO
In partial fulfillment of the requirement for the award of the degree of Bachelor of
Computer Application in our college, during the academic year 2023-2024
4
DECLARATION
5
DECLARATION
I hereby declare that the project work done for the award
of the degree of Bachelor of Computer Application on “ONLINE
BUS RESERVATION WEB APPLICATION” is our original. The data
and reports submitted are true and correct to best of our
knowledge.
M.Rama sundar
A.Xavier kingsleen
A. Abdul Basil
M.Irfan sherif
Assistant Professor
Department of Computer
Application
SadakathullahAppa College
6
ONLINE BUS TICKET
RESERVATION SYSTEM
7
ABSTRACT:
● Java script
Recommendations:
Research and development are continuous processes; this is the
same in computer and software development. Operation are still
carried out manually and it can also be useful to other Bus
Transportation industries whose processes are still manually done.
The system can contribute more on those bus representatives handling
the account if it can generate reports by trip so that they will no longer
go to a certain module to check the reservation and its details. Also, it
will be more beneficial to both clients and bus representatives if
clients can create an account just like in airlines websites.
8
Background of Study:
10
INPUT AND OUTPUT DESIGN:
The input design is the link between the information system
and the user. It comprises of the developing specification and
procedures for data preparation and those steps are necessary to put
transaction data into a usable form for processing data entry while an
output design is a process that involves designing necessary outputs in
the form of reports that should be given to the users according to the
requirements.
visit
Book
ticket
About project:
Project Name Bus reservation system
Database No Database
Developed By
● Rama sundar
● Xavier kingsleen
11
● Abdul Basil
● Irfan sherif
Project description:
This web application mainly contains four menu
● Home
● Booking
● Contact Us
● Login
Home Page:
It is the opening page of the web application of online bus
ticket reservation.
12
Figure 1: Home page of the web application
13
Figure: Login form
User asked to enter their correct username and password for
login and further use.
Booking Page:
User can book a new ticket by clicking on the booking
in the upper right corner in home page. .In the booking page you are
asked to enter the following details in order to book a new ticket.
● First Name
● Last Name
● Age
● Date
● From
● Destination
14
Contact Page:
User can also the admin using the contact us page
in the web application. Easy to find, so a visitor can quickly get in
touch with the admin. In contact page user asked to enter the
following information.
● Name
● Message
15
16
Sample code for Home Page:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<nav>
</div>
<span class="menubar">Menu</span>
<ul>
17
<li><a href="index.html">Home</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="Loginpage.html">Login</a></li>
</ul>
</nav>
<div class="full">
<div class="Elements">
</div>
</form>
</div>
</div>
18
let name=prompt("what's your name?","arumuga").toUpperCase();
let heading=document.querySelector('.heading');
heading.innerHTML += name;
let password=document.querySelector(".password");
let button=document.querySelector(".Button");
var inputvar=[username,password];
function input(x) {
if(inputvar[x].value.length<8) {
inputvar[x].classList.remove("Boxshadow");
inputvar[x].classList.add("red");
console.log("executing red");
button.classList .add("Button");
<div class="container">
<div class="full">
<label>
First Name:
19
</label>
<label>
Last Name:
</label>
<br>
<label>
Gender:
</label>
<br>
<label>
Age:
</label>
<br>
<label>
</label>
<br>
<label>
20
Sample code for Contact Page:
<body bgcolor="black">
<div class="container">
<div class="form-group">
Email:
</div>
<div class="form-group">
Name:
</div>
<div class="form-group">
Age:
</div>
<div class="form-group">
Message: <br>
</div>
</body>
22
Website Reference:
▪ www.w3school.com
▪ www.tutorialpoint.com
▪ www.javatpoint.com
⮚ https://arumuga007.github.io/mini-project/index.html
23