Elite Auto
Elite Auto
Project Guide :
Prof. Neha Kulkarni
_____________
Project Member:
Soham Mokate (2230054)
Piyush Amrale (2230001)
• Chapter 1: INTRODUCTION
• Chapter 2:PROPOSED SYSTEM
• Chapter 3:ANALYSIS &DESIGN
Overview • Chapter 4: User Manual
• Limitations
• Future Enhancement
• Bibliography
• Annexure
Chapter 1: INTRODUCTION
• Need For System :
▪ Problem Statement:
Managing a luxury car dealership with old methods often means using paper
records or separate systems, which can be slow and confusing. This can lead
to delays in updating car inventory, scattered customer information, and
difficulties in keeping track of sales and service records.
▪ Target Users:
The main users of this system are dealership employees (like salespeople,
service techs, and managers) and customers who want to buy or service luxury
cars. The system will make it easier for them to use and manage information
smoothly.
Chapter 1: INTRODUCTION
• Scope& Feasibility of work:
▪ Scope:
What’s included: The project will focus on creating a website for the luxury car
dealership, "Elite Auto," which will include features like browsing car , scheduling test
drives, managing service appointments, and handling customer inquiries.
What’s Not Included: This project will not cover financial accounting, detailed
inventory management beyond basic tracking, or any external integrations not directly
related to the dealership's core operations.
▪ Feasibility:
Technical Feasibility: The project is achievable with current technology. Using web
development tools and databases, we can build a system that meets the needs of
the dealership.
Budget Feasibility: Given the available resources and budget, we can develop the
Chapter 1: INTRODUCTION
Architecture Of System :
Chapter 1: INTRODUCTION
• Detailed description Of technology used:
HTML:
HTML (Hypertext Mark-up Language) is used to structure the content and layout of our website, such as forms,
navigation bars, and other elements. HTML serves as the foundational layer where CSS and JavaScript files are linked for
styling and interactivity.
CSS:
CSS (Cascading Style Sheets) is used to define the visual presentation of our website, controlling the layout, colours,
fonts, and overall design. We primarily use external CSS files to keep styling separate from the HTML for better
maintainability and reusability.
JavaScript:
JavaScript is used to add dynamic behaviour and interactivity to our website. This includes functions like pop-up
modals, form validation, sliders (like swiped), time delays, and other interactive elements that enhance user experience.
MySQL:
MySQL is a relational database used for storing structured data related to the website, such as user information,
content, and administrative data. It allows for efficient querying and data management, ensuring that data can be retrieved,
updated, and managed effectively by both the server and admin panel.
NodeJS:
Node.js is a server-side JavaScript runtime that allows us to handle server-side logic, such as connecting to the
database (MySQL), processing requests, and managing real-time interactions. Node.js handles communication between the
Chapter 1: INTRODUCTION
• Operating Environment – H/w & S/w
Minimum Hardware Specification:
CPU: Intel i3
RAM: 512 MB
ROM: 4 GB
Network: Basic Network connection can access online resources
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ELITE AUTO</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<!--font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<!--header section start-->
<header class="header">