A Mini Project Report On Hotel Management
A Mini Project Report On Hotel Management
On
HOTEL MANAGEMENT
Submitted
By
V.MAHESH 22B91A05U6
RAVIKIRAN 22B91A05T7
VINAYSAGAR 22B91A05T4
BHIMAVARAM-534204
(2023-2024)
1
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
S. R. K. R ENGINEERING COLLEGE BHIMAVARAM
CERTIFICATE
This is to certify that this is a bonafide work on “HOTEL MANAGEMENT” for and has been
submitted by V. MAHESH (22B91A05U6),V. RAVI KIRAN (22B91A05T7),V. VINAY
SAGAR (22B91A05T4),V. HARI SHANKAR (22B91A05T9) as a Web Application
Development Using Full Stack laboratory report, in partial fulfillment of the requirements
for the award of the Degree of Bachelor of Technology in Computer Science and Engineering,
during the academic year 2023-2024. The candidates worked right under my Supervision and
guidance.
Lecturers In-Charge
Dr. K.ARUNA KUMARI Head of the Department
2
ACKNOWLEDGEMENT
I take immense pleasure in thanking Dr. K V Murali Krishnam Raju beloved principal
of S.R.K.R Engineering College, Bhimavaram, and Dr. V. Chandra Shekar, esteemed Head
of the Department (C.S.E), for having permitted me to carry out this Web Application
Development Using Full Stack mini project work.
I wish to express my deep sense of gratitude especially to my project Guide Sri, K.ARUNA
KUMARI , Assistant Professor, P.UDAY RAJU, Assistant Professor, BHANU PRIYANKA
, Assistant Professor for their guidance and useful suggestions, which helped me in completing
the project work, on time
MAHESH (22B91A05U6)
RAVI KIRAN (22B91A05T7)
VINAY SAGAR (22B91A05T4)
HARI SHANKAR (22B91A05T9)
3
TABLE OF CONTENT
S. No CONTENTS Page. No
1. ABSTRACT 5
2. MODULES 6
3. SOFTWARE REQUIREMENTS 7
4. HARDWARE REQUIREMENTS 7
5. TECHNICAL STACK 8
4
ABSTRACT
The Hotel Management System is a comprehensive web-based
application designed to streamline and enhance the overall
operations of a hotel. This system integrates cutting-edge
technologies to provide an efficient, user-friendly, and
centralized platform for managing various aspects of hotel
administration. The primary objectives of this system include
optimizing guest services, automating administrative tasks,
and maximizing overall operational efficiency.
5
MODULES
• HOME PAGE
• LOGIN PAGE
• SINGUP PAGE
• CONTACT US
• BOOKINGS
• INDEX
• GALLERY
6
SOFTWARE REQUIREMENTS
1. Text Editor: Visual Studio Code, Notepad
2. Front End: HTML, CSS
3. Back End: JavaScript
4. Internet Browser: Google Chrome/Mozilla
Firefox/Internet Browser
HARDWARE REQUIREMENTS
1. Processor-Intel Core I5
2. RAM- 8GB
7
TECHNICAL STACK
HTML:
• Definition: HTML is the standard markup language for
creating web pages.
CSS :
• Definition: CSS is a style sheet language used for describing
the presentation of a document written in HTML.
• Selectors: Define which elements the styles apply to (e.g.,
h1, .class, #id).
• Properties: Specify the style aspects (e.g., color, font-size,
margin).
• Values: Assign values to properties (e.g., red, 12px, auto).
• Box Model: Elements are treated as boxes with content,
padding, border, and margin.
• Responsive Design: Techniques like media queries allow
styling based on the device's characteristics.
8
JAVA SCRIPT:
• Definition: JavaScript is a high-level, interpreted
programming language that adds interactivity to web pages.
• Client-Side Scripting: Executes in the user's browser,
enhancing the user interface.
• Variables: Containers for storing data values (var, let, const).
• Functions: Blocks of reusable code, defined using function.
• Events: Triggered by user actions or browser events, enabling
interactivity.
• DOM (Document Object Model): Represents the structure of
HTML documents as a tree of objects, allowing manipulation.
9
SAMPLE CODE AND SCREENSHOTS
HOME.HTML:
10
11
LOGIN.HTML:
12
13
SINGUP.HTML:
14
15
16
CONTACT.HTML:
17
18
INDEX.HTML:
19
20
21
BOOKING.HTML:
22
23
24
GALLERY.HTML:
25
26
ABOUT:
27
28