Anuu 2 Project
Anuu 2 Project
A Project Report On
Submitted To,
University of Pune
In Partial Fulfilment of the Requirement Of
TY BCA,
(Bachelor of Computer Application, Science)
Submitted By
Anshu Paswan
Under Guidance Of
(Prof. Shivarkar S.Y. and Prof. Vrunda P. Chouthkanthiwar.
Through,
The Head of the Department of Bachelor of Computer Application
(Science) During Academic Year 2023-24
1
Made with Xodo PDF Reader and Editor
CERTIFICATE
Anshu Paswan
has completed her work on project report entitled “ Landing page of ice cream
website for the academic year of 2023-24”. for S.M. Joshi College, Hadapsar,
Pune 28 in Visual Basic 6.0 in the partial fulfilment of the award of the degree
“Bachelor of
Computer Applications” (BCA, Science: Semester-VI) through Savitribai Phule
Pune University, Pune.
This work has been carried out under my guidance to the best of my knowledge
and belief the matter presented in this project report has not been submitted earlier
and it is his original work.
2
Made with Xodo PDF Reader and Editor
ACKNOWLEDGEMENT
How much the statement this project is the result of our hard work is true, the
support from all our guide Prof Vrunda Chouthkanthiwar, Department of CS.
along with other respective teachers is worthy as too!
We, throughout this project get many bugs, but as motivated by Miss, Sonali
Shivarkar, HOD, Dep. Of CSE. about the project management & debugging of
the bugs, we tried overcame them all.
Apart from all, we would glad to make acknowledgement towards the supportive
teachers, non-teaching personnel, and our classmate to keep a creative and
“bounce back” environment for us.
3
Made with Xodo PDF Reader and Editor
DECLARATION
Date: / /2024
Signature
4
Made with Xodo PDF Reader and Editor
Made with Xodo PDF Reader and Editor
Made with Xodo PDF Reader and Editor
4 Source code 37
5 Sample Coding 35
\ 6 Conclusion and Recommendations 41
7 Drawbacks and Limitation. 41
8 References 42
5
Made with Xodo PDF Reader and Editor
INTRODUCTION
This Ice Cream Shop Landing Page project presents a visually appealing and user-
friendly interface to promote an imaginary ice cream shop named "ice Cream."
The landing page includes sections for Home, Products, About, and Contact, each
accessible through a navigation bar.The Home section features captivating images
and enticing text to draw visitors' attention, inviting them to explore further. It
emphasizes the quality and variety of ice cream flavors available.In the Products
section, various ice cream flavors are showcased with enticing images, prices,
and buy buttons, encouraging visitors to make a purchase either online or in-
store.The About section provides information about the lcompany's commitment
to quality and customer satisfaction, accompanied by images and testimonials
from satisfied customersLastly, the Contact section allows visitors to get in touch
with the ice cream shop via a form, with fields for name, email, and message.
Additionally, contact information such as address, phone number, and email
address is provided.Overall, this project aims to create a delightful and engaging
experience for visitors, enticing them to explore the offerings of the eCream ice
cream shop and potentially become customers.
6
Made with Xodo PDF Reader and Editor
Objective
1 Presenting a clear and intuitive navigation menu with links to different
sections of the page.
5 Allowing visitors to contact the ice cream shop via a form in the Contact
section.
7
Made with Xodo PDF Reader and Editor
SCOPE OF SYSTEM
Within the boundary of the project, The System aims in having the following
aspects:
SYSTEM - BOUNDARY:
SYSTEM - END-USER:
The end user of this code would be anyone visiting the website of the ice cream
shop, "eCream." They could be potential customers interested in learning about
the shop's offerings, such as its various ice cream flavors, pricing, and contact
information.
Language and Charset: Declares the language of the document and the
character encoding used.
Viewport Meta Tag: Sets the viewport to the width of the device and initial
scale to 1.
Link to Stylesheet: Links an external CSS file (styles.css) to apply styles to the
HTML elements.
8
Made with Xodo PDF Reader and Editor
EXISTING SYSTEM:
Existing similar systems was studied well before start Landing page of ice
cream website . It was helpful for improve and verify knowledge about landing
page of ice cream website.
1 External Dependencies:
2.Interactivity
3.Styling
4.Consumes large volume of pare work.
5.User friendly
NEED:
Overall, this project aims to create a visually appealing and informative online
presence for the ice cream shop, helping to attract potential customers and
enhance brand recognition. .
9
Made with Xodo PDF Reader and Editor
SOFTWARE REQUIREMENT
•Operating System
Windows
PROPOSED SYSTEM
10
Made with Xodo PDF Reader and Editor
. ECONOMICAL FEASIBILITY:
Determining the economic feasibility of a project like an ice cream shop landing
page involves analyzing the potential costs and benefits associated with its
development and maintenance. Here are some key points to consider:
. OPERATIONAL FEASIBILITY:
Assessing the operational feasibility of an ice cream shop landing page
involves evaluating whether the project can be effectively
implemented and integrated into the existing operations
12
Made with Xodo PDF Reader and Editor
ERD
14
Made with Xodo PDF Reader and Editor
16
Made with Xodo PDF Reader and Editor
17
Made with Xodo PDF Reader and Editor
18
Made with Xodo PDF Reader and Editor
19
Made with Xodo PDF Reader and Editor
20
Made with Xodo PDF Reader and Editor
22
Made with Xodo PDF Reader and Editor
23
Made with Xodo PDF Reader and Editor
SCREENSHOTS
25
Made with Xodo PDF Reader and Editor
Source Code
Admin Interface:
26
Made with Xodo PDF Reader and Editor
28
Made with Xodo PDF Reader and Editor
30
Made with Xodo PDF Reader and Editor
31
Made with Xodo PDF Reader and Editor
32
Made with Xodo PDF Reader and Editor
User Interface:
33
Made with Xodo PDF Reader and Editor
35
Made with Xodo PDF Reader and Editor
36
Made with Xodo PDF Reader and Editor
Order list:
38
Made with Xodo PDF Reader and Editor
SOURCE CODE
<!DOCTYPE html>
<html lang="en" class="" style="height: auto;">
<?php require_once('inc/header.php') ?>
<body class="hold-transition login-page dark-mode">
<script>
start_loader()
</script>
<div class="login-box">
<!-- /.login-logo -->
<div class="card card-outline card-primary">
<div class="card-header text-center">
<a href="./" class="h1"><b>Login</b></a>
</div>
<div class="card-body">
<p class="login-box-msg">Sign in to start your session</p>
39
Made with Xodo PDF Reader and Editor
41
Made with Xodo PDF Reader and Editor
42
Made with Xodo PDF Reader and Editor
• QA Analyst
• Developers
•
2 Test Methodology -
2.1 Overview
Waterfall Model:
44
Made with Xodo PDF Reader and Editor
Here you define the criteria’s that will deem your testing complete.
3 Test Deliverables
Here mention all the Test Artifacts that will be delivered during different
phases of the testing lifecycle.
• Test Plan
• Test Cases
• Bug Reports
• Customer Sign Off
45
Made with Xodo PDF Reader and Editor
No external tools are used as like Jira or selenium, test cases, bug reports
are designed in MS Office 2021.
46
Made with Xodo PDF Reader and Editor
FUTURE SCOPE
47
Made with Xodo PDF Reader and Editor
BIBLIOGRAPHY
REFERENCES
48