Report
Report
PROJECT REPORT ON
CLUB 9 Store
SUBMITTED TO
IN PARTIAL FULFILLMENT OF
BACHELOR OF BUSINESS ADMINISTRATION
(COMPUTER APPLICATION)
(Academic Year 2024-25)
SUBMITTED BY
Mr. Sharva Warghade Roll No.2330078
SYBBA-CA (Semester-IV)
I would like to express my sincere gratitude to MES Senior College, Pune for providing me with
the opportunity to undertake this academic project as part of my SYBBA-CA Semester IV
curriculum.
I extend my heartfelt thanks to Prof Gaurav Kharat, my project guide, for their invaluable
guidance, continuous support, and constructive feedback throughout the project. Their insights and
encouragement have been instrumental in the successful completion of this work.
I am also grateful to our Principal Dr. Ravindra Vaidya, Vice Principal Dr. Poonam Rawat,
and all faculty members of the MES Senior College, Pune for their support and motivation during
this project.
A special thanks to my peers, friends, and family for their encouragement and assistance
throughout the process.
Sharva Warghade
2330078
INDEX
Problem statement
To create a user-friendly football merchandise website that simplifies the process of
browsing, selecting, and purchasing football-related products, addressing the lack of a
centralized platform for affordable and trendy football gear.
Objective
To design and develop an intuitive e-commerce platform for football merchandise, enabling
users to easily explore, purchase, and manage orders, while offering secure payment
options, personalized recommendations, real-time inventory updates, and a seamless,
mobile-friendly shopping experience to enhance customer satisfaction and drive sales.
Software/Hardware specifications
Hardware Specifications:
1. Processor: Intel i3 or equivalent (minimum).
2. RAM: 2GB or higher.
3. Storage: 256GB+ SSD (for faster performance).
1
Chapter 2 : Proposed System
Scope and limitations of existing system:
Scope:
Design and develop a football merchandise e-commerce website.
Include features: product browsing, user authentication, secure payments, and order
management.
Focus on responsive, user-friendly interface for desktop and mobile.
Limited to a specific target audience (e.g., college students or local football fans)
Include a shopping cart and wishlist functionality.
Focus on performance optimization and fast loading times.
Limitations:
Customer Support: Slow or limited customer service options, often relying only on email.
Slow Load Times: Poor optimization can lead to slow page loading and cart abandonment
Project perspective & Features:
Perspective: This football merchandise website aims to provide a seamless, user-friendly
shopping experience for football fans worldwide. It will offer a wide range of products,
personalized recommendations, and efficient customer support, with a focus on
accessibility, security, and global reach.
Features:
Product Catalog: A diverse range of football products categorized by team, player, and type.
User Accounts: Users can create accounts to track orders, save preferences, and manage
their shopping history.
Search & Filters: Advanced search and filtering options for easy product discovery.
Shopping Cart & Checkout: Simplified cart management and secure checkout process with
multiple payment options.
Customer Support: Live chat and email support for fast and efficient customer service.
Requirement Analysis:
The project aims to create a football merchandise website that offers a seamless shopping
experience for users. It will provide easy navigation, secure transactions, and a variety of
football-related products. The system must be user-friendly.
2
Functional Requirements:
User Registration & Login: Secure account creation and login.
Product Catalog : Organized product listings by team, player, and category.
Search & Filter: Easy search and filtering options for products.
Shopping Cart & Checkout: Add items, modify quantities, and complete secure payments.
Performance Requirements:
Load Time: Pages should load in under 3 seconds.
Concurrency: Support at least 1000 simultaneous users.
Scalability: Handle growth in users and products.
Response Time: Any user interaction (e.g., adding to cart, viewing a product) should
respond within 2 seconds.
Security Requirements:
Data Encryption: All sensitive data, like passwords and payment info, must be encrypted for
protection.
Secure Login: Users must create strong passwords.
Automated backups: Keep a backup of user data and cache.
Software Specifications:
1. Frontend: HTML, CSS
2. Backend: Node.js
3. Design: Figma and Odoo+ (for prototyping)
3.2: ERD
4
3.3 User Interface Screens
5
Chapter 4 : User Manual
6
4.2 Limitations:
Customer Support:
Slow or limited customer service options, often relying only on email.
Slow Load Times:
Poor optimization can lead to slow page loading and cart abandonment
Initial Investment:
The cost of new hardware, software licenses, and setup can be significant
4.3Future Enhancements:
Leveraging the Power of AI:
Explore incorporating AI-powered features such as intelligent product recommendations that
learn from customer behavior, chatbots to provide instant customer support for common
queries, and anomaly detection in your sales data to identify unusual patterns or potential issues
early on.
Elevated Customer Engagement and Personalization:
Offer highly personalized product recommendations based on individual purchase history and
browsing activity (if you have an online presence). Tie promotions to local football events
happening in and around Pimpri-Chinchwad, creating a stronger connection with fans.
Implement a more sophisticated loyalty program with exclusive perks, early access to new
arrivals, and birthday discounts. Utilize customer feedback tools to continuously improve your
offerings and service. Leverage popular local messaging apps like WhatsApp for direct
customer communication regarding promotions and order updates.
Secure Payment Processing:
Ensure your system integrates only with PCI DSS compliant payment gateways that adhere to
the highest security standards for handling credit card and other payment information.
Regularly update your payment processing software to patch any security vulnerabilities.
Provide customers with clear information about the security measures you have in place to
build trust.
4.4Bibliography:
Shutterstock.com
The Football Shirts Book by Neal Heard
7
4.5Annexure
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 50px;
background-color: white;
}
.logo-container {
display: flex;
align-items: center;
}
.search-phone {
display: flex;
align-items: center;
}
.search-phone input {
padding: 8px;
border-radius: 20px;
border: none;
background-color: #f5f5f5;
margin-right: 15px;
}