Industrial Training Report
Industrial Training Report
ON
PROJECT “Flipkart CLONE”
at
VERVEGEN TECH PVT. LTD.
Submitted in partial fulfilment of the requirements for the
award of diploma of
COMPUTER SCIENCE DEPARTMENT
SUBMITTED BY:
NAME- DEVENDRA SINGH
ROLL NO.: 2209205007
Acknowledgment
I would like to express my heartfelt gratitude to
VERVEGEN TECH PVT. LTD. for providing me with the
opportunity to undergo one month of training in This
enriching experience has significantly contributed Web
Designing to enhancing my knowledge, skills, and
professional growth.
I am especially thankful to Mr. Ashish kumar for their
invaluable guidance, encouragement, and support
throughout the training period. Their expertise and
mentorship have been instrumental in helping me
understand "frontend development".
This training has been a significant milestone in my career,
and I am truly grateful for the learning opportunities and the
platform to showcase my abilities.
Thank you
DEVENDRA SINGH
Table of Contents
1. Executive Summary
2. Introduction
3. Training Content
4. flipkart Clone Website Overview
4.1 Index.html (Homepage)
4.2 Product.html (Product Page) 4.3 Cart.html (Cart
Page)
4.4 Sign_in.html (Sign-in Page) 4.5 Sign_up.html (Sign-
up Page)
5. Stylesheets (CSS Files)
6. JavaScript Integration
7. Outcomes and Impact
8. Recommendations and Future Scope 9. Conclusion
10. Appendices
1. Executive Summary
This comprehensive report merges insights from a month-
long HTML and CSS training program with the
development of an flipkart clone e-commerce website.
The training provided participants with foundational web
development skills, while the project demonstrated the
practical application of these skills.
The flipkart clone project showcases a functional e-
commerce platform developed with HTML, CSS, and
JavaScript, integrating features such as product display, user
authentication, and cart management.
2. Introduction
Purpose of the Training and Project
The training aimed to build foundational web
development skills among participants.
The flipkart clone project offered practical experience,
enabling participants to apply learned concepts in a real-
world context.
Background
With the digital economy's rapid growth, web designing
skills are critical for individuals and organizations.
This program combined theoretical knowledge with hands-
on learning, culminating in a functional e-commerce
project.
Objectives
Develop skills to structure web pages using HTML. Use
CSS to style and design responsive layouts. Integrate
JavaScript for interactivity.
Create a simplified flipkart-like e-commerce platform as a
capstone project.
3. Training Content
Weekly Breakdown
Week 1: Basics of HTML – Understanding tags, elements,
and structure.
Week 2: Advanced HTML – Forms, tables, and multimedia
integration.
Week 3: Introduction to CSS – Styling, selectors, and
properties.
Week 4: Advanced CSS – Flexbox, Grid, and responsive
design.
4. flipkart Clone Website Overview
4.1 Project Title: flipkart Clone
The flipkart Clone project is a static e-commerce website
inspired by the layout, features, and functionalities of the
flipkart platform.
It includes several core pages that deliver essential
components of an online shopping experience.
The goal is to simulate a professional e-commerce interface
using HTML, CSS, and basic JavaScript for interactivity.
The website emphasizes a user-friendly design, categorized
product display, and functional navigation while maintaining
a consistent aesthetic across all pages.
Although backend integration is not part of the current
scope, the project provides a strong foundation for future
full-stack development.
4.2 Website Structure and Components
4.2.1 Homepage (Index.html)
The homepage is the main entry point, showcasing various
product categories, promotions, and navigation features.
Features:
Navigation Bar:
A search bar for exploring products.
Links to sign-in/sign-up pages, orders, and the cart.
Hero Section: A slider showcasing promotional
banners and offers. Interactive buttons for exploring
different categories.
Footer:
Quick links to "About Us," "Careers," and "Help." Social
media icons for connecting with the brand.
4.2.2 Product Page (Product.html)
The product page offers detailed information about
individual items, mimicking the real-world flipkart layout.
Features:
Product Display Section:
High-quality product images in a carousel.
Product title, ratings, and price details.
Product Details Section:
Description of features, specifications, and user reviews.
A table format for specifications for better readability.
Purchase Options:
Buttons for "Add to Cart" and "Buy Now."
Information on shipping and delivery timelines. Related
Products Section:
Slider showcasing similar items to encourage
additional purchases.
4.2.3 Cart Page (Cart.html)
The cart page consolidates all selected items and allows
users to modify their choices before proceeding to
checkout.
Features:
Cart List:
Displays items with images, titles, prices, and action buttons
for deletion or saving for later.
Option to update quantities directly.
Cart Summary:
Displays subtotal, tax, and total amount.
Free delivery notifications and call-to-action for
checkout.
4.2.4 Sign-In and Sign-Up Pages (Sign_in.html &
Sign_up.html)
Sign-In Page Features:
Input field for email or phone number.
Button to proceed or recover credentials.
Links to terms, help center, and the option to create an
account.
Sign-Up Page Features:
Input fields for user details, including name, email, and
password.
Call-to-action buttons to register or switch to the login page.
4.3 Purpose
The flipkart Clone project demonstrates practical web
development skills while offering the following benefits: A
user-friendly, visually appealing interface that replicates the
structure of a professional e-commerce platform. Navigation
and interactivity features that enhance user engagement. A
modular design that serves as a prototype for future full-
stack development, including dynamic backend integration,
real-time search, and advanced filtering. Cross-platform
adaptability, ensuring the layout and functionality can scale
effectively with responsive design.
This project not only reflects competence in HTML, CSS,
and JavaScript but also serves as a versatile foundation for
creating scalable, robust e-commerce applications.
4.4 Conclusion