0% found this document useful (0 votes)
129 views17 pages

Minor Project BCA 5th Sem Kunal

The document is a minor project report for an Online Banking Website created by students Harshit Singh and Abhishek Kumar under the guidance of Prof. Vandana, as part of their Bachelor of Computer Application program. It outlines the project's objectives, technologies used (HTML, CSS, JavaScript), and the structure of the website, which includes various pages for banking services. The report also details the contributions of team members and concludes with the completion of the project as a functional template for an online banking platform.

Uploaded by

yd.anand091
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views17 pages

Minor Project BCA 5th Sem Kunal

The document is a minor project report for an Online Banking Website created by students Harshit Singh and Abhishek Kumar under the guidance of Prof. Vandana, as part of their Bachelor of Computer Application program. It outlines the project's objectives, technologies used (HTML, CSS, JavaScript), and the structure of the website, which includes various pages for banking services. The report also details the contributions of team members and concludes with the completion of the project as a functional template for an online banking platform.

Uploaded by

yd.anand091
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

( AFFILIATED TO CHAUDHARY CHARAN SINGH UNIVERSITY , MEERUT )

MINOR PROJECT REPORT ON


Online Banking Website

( Submitted in partial fulfilment of the requirement for


the Bachelors of Computer Application )
( SESSION : 2021-2024 )

SUBMITTED BY :-
HARSHIT SINGH ( 211013106040 )
ABHISHEK KUMAR ( 211013106005 )

UNDER THE GUIDANCE OF :-


Astt. Prof. Ms. Vandana

GN GROUP OF INSTITUTES , GREATER NOIDA


Department of BCA
GREATER NOIDA INSTITUTE OF
MANAGEMENT
( AFFILIATED TO CHAUDHARY CHARAN SINGH UNIVERSITY ,
MEERUT )

MINOR PROJECT REPORT ON


Online Banking Website
( Submitted in partial fulfilment of the requirement for the Bachelors of Computer
Application )

( SESSION : 2021-2024 )

UNDER THE GUIDANCE OF :- SUBMITTED BY :-


Kunal Kumar ( 211013106040 )
Astt. Prof. Ms. Vandana Abhishek Kumar ( 211013106005
)
CERTIFICATE
This is to certify that the Project work entitled “ Online Banking Website ”

is a bona fide work carried out by HARSHIT SINGH ( 211013106040 )

in Partial fulfilment of the requirements for the award of degree of “ Bachelors


of Computer Application ’’ 5th semester of “ Greater Noida Institute Of
Management ”

Knowledge Park 2 (U.P).

The result embodied in this report have not been submitted to any other
university or institute for the award of any degree or diploma.

Name of Guide :
Prof. VANDANA
Student’s Declaration

I hereby declare that the work being presented in this report


entitled “ Online Banking Website ” is an authentic record of my
own
work carried out under the supervision of Prof. “ Ms. VANDANA ’’.

The matter embodied in this report has not been submitted by me/us for
the award of any other degree.

Signature of Student :

( Kunal Kumar )

This is to certify that the above statement made by me is correct to


the best of my knowledge.

Signature of HOD ( BCA ) Signature of Supervisor:

Mrs. VANDANA ( Asst. Prof. )


ACKNOWLEDGEMENT

I would like to express my sincerest gratitude and indebtedness to the person


who gave me moral and technical support & whose kind assistance has been
instrumental in completion to this industrial training.
It gives me immense pleasure to own my humble gratitude to my faculty
Ms. VANDANA for this indispensable guidance and providing necessary ideas
and facilities to carry out this project.

I would like to place on record my best regards and deepest sense of gratitude
to Mr. ( Department Head HOD ) Ms. VANDANA
( Project Guide ) of GN Group of Institutions, for their carful and precious
guidance which were extremely valuable for my study both theoretically and
practically.

Kunal Kumar
(211013106040)
TABLE OF CONTENT

S.NO. CONTENTS PAGE NO.


1 Certificate 1
2 Student’s declaration 2
3 Acknowledgement 3
4 Table of Contents 4
5 Introduction 5/6
6 Project Description 7
7 Project Content 8/9
8 Concepts Used 10/11
9 Contribution by Team Members: 12
10 Project Implementation: 13/14
11 Conclusion 15
INTRODUCTION
 Online Banking Website Project using HTML, CSS, and
JavaScript

In this academic project, we are going to create an Online Banking


Website using basic HTML, CSS, and JavaScript. We have planned
and going to create as per the design given by the instructor. Which
include :-

 A home page that will provide all the necessary views. And it
includes the link to the various linked pages (login/signup
page, services, fixed deposit, e-services, account details, about
us).

 The top bars include the link to every single linked page.

 We are going to provide services like Personal internet


banking, Corporate banking, Merchant business, and
Online tax.

 Payment transfer: – International transfer, National transfer, Bill


payment.

 My Account page contains: – Account No. , Bank / Branch. IFSC Code.

 ABOUT US page which shows the details of our


contacts and our headquarters.2 Online Banking
Websites
Concept:-

 We have used the concept of HTML Programming like


o Hyperlink projection.
 Use of different tags to make it visually better like font,
table, listing, hyperlink, styling, etc

Use of:-
 Combo Box
 Search Box
 Button
 Text Field
 Label
 Fieldset
 Legend

This project is basically an online banking website where one can


create his/hers bank account, and use the same account for
various banking services.
All designing and programming are done by us only.
All the members have their role in creating this website.
PROJECT DESCRIPTION

Project Name: Online Banking Website

Languages Used: HTML, CSS, JavaScript

Software Used: Visual Studio Code

Browser Used: Google Chrome

Description:
This project is not a pure website that works on
the internet. This project is just a template of a
bank website, which can be used with the
backend to create a perfectly working website.
This website is work fine with JavaScript, CSS
(Cascading Style Sheet), and HTML (Hyper Text
Markup Language), with some simple concepts
to make it a Responsive Web Page.
PROJECT CONTENT

This website is consist of various HTML pages, which are linked to


each other with links (either by link or anchor tag).

Following are the HTML file names involved in the project:

1. html (Home Page)


2. html (Login Page)
3. html (Sign Up Page)
4. html (Personal Internet Banking)
5. html (Corporate Banking)
6. html (Merchant Business)
7. html (Online Tax)
8. html ( International Money Transfer
9. html (National Money Transfer)
10.html (Bill Payment)
11.html (Fixed Deposit)
12.html (E-Services)
13.html (My Account)
14.html (About Us)

Following are the CSS files name involved in this project: (Here, we used a
simple
convention in the naming of the files: “<html_file_name>CSS.css”

1. css (Home Page)


2. css (Login Page)
3. css (Sign Up Page)
4. css (Personal Internet Banking)
5. css (Corporate Banking)
6. css (Merchant Business)
7. css (Online Tax)
8. css ( International Money Transfer
9. css (National Money Transfer)
10.css (Bill Payment)
11.css (About Us)
12.css (My Account)
13.css (Fixed Deposit)
14.css (E-Services)
Following are the JavaScript file names involved in this project:

1. js (Login Page)
2. js (Sign Up Page)
3. js (Personal Internet Banking)
4. js (Fixed Deposit)
5. js (Bill Payment)
CONCEPTS USED

As above mentioned, this template website is made up of HTML, CSS,


and JavaScript.

 The concept used in HTML:

1. Using the link to add an external CSS file to it.


2. Using the “src” attribute with the “script” tag we link
external JavaScript.
3. Using the “div” tag to separate various parts of the
webpage to give functionality and style separately.
4. Using “h1” tags to give a heading.
5. Using “img” tag to give images on the webpage.
6. Using anchor (“a”) tags to link multiple HTML files to each
other.
7. Using “id” and “class” attributes with different tags to
give them style and functionality accordingly.
8. Using the “form” tag to use the form for the login
and sign-up page.
9. Using the “method” attribute’s value as “POST” to give
the form data securely.
10.Using “input” tags to make an input field for the
users. (With its different types.)
11.Using “onload”, “onclick”, “onblur”, “onchange” with
its value to call the functions which are in the
respective JavaScript files on loading the webpage,
on clicking a button, on losing focus, and changing the
state respectively.
12.Using “label” tags to create labels for the input fields.
13.Using “select” tags to create a drop-down menu or
combo box in the form.
14.Using “option” tags inside the “select” tag to give
options in the drop-down menu.
15.Using “button” tags to create a button for
submitting and resetting the form.

 The concept used in CSS:

1. Using “#” and “.” to access elements with their id


and class values respectively.
2. Using some pseudo-classes to make a somewhat
interactive web page. (Without using JS.)
3. Using media queries to make the page
responsive for some specific display ratios.
4. Using “@import” for importing another CSS file to a
specific file.
 The concept used in JavaScript:

(In this project, JavaScript is used mainly for form validation and
for interactive buttons.)

1. Using Regular Expression (RegEx) for creating a pattern for


email and password validations as they have a specific
pattern in them.
2. Using “window.location.replace()” to go to a specific location on calling
it.
3. And using other pre-defined functions to create our user-defined
functions.
CONTRIBUTION BY TEAM MEMBERS:
 The idea of the project and its structure of it.

 Creating all JavaScript files, to make our web pages interactive.

 Final touch-up to the project.

 Creating all CSS files, to make our web pages beautiful.

 Creating all HTML files, to add content into it.


PROJECT IMPLEMENTATION:
Here are some images of our project.
 home.html

 acc.html
 login.html
 signUp.html
 billPay.html
CONCLUSION

This online banking website project is completed in two scripting


languages i.e. HTML and CSS, and JavaScript.

There is a total of 14 .html pages which are linked together to create


a full website template for online banking.

In this project, all three developers work equally, with the same amount of
effort.

You might also like