Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Featured Products and Layout Design of an E-commerce Website, Lab Reports of Computer Science

The HTML code for the layout design of an e-commerce website's featured products section. The section includes a container with a header, a navbar, and a small-container with a title, a row, and four columns displaying product images, product names, ratings, and prices. Each column also has a link to the product detail page. The design uses Bootstrap and Font Awesome for styling.

Typology: Lab Reports

2020/2021

Uploaded on 07/26/2021

ashwin-acchu-1
ashwin-acchu-1 🇮🇳

1 document

1 / 66

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
FOOD ORDERING WEBSITE
A PROJECT REPORT
Submitted by
Ashwin . B
(510618205003)
In partial fulfilment for the award of the degree
of
BACHELOR OF ENGINEERING
in
INFORMATION TECHNOLOGY
C.ABDUL HAKEEM COLLEGE OF ENGINEERING AND
TECHNOLOGY, MELVISHARAM VELLORE-632 509
(An Affiliated Institution) ANNA
UNIVERSITY: CHENNAI 600 025
MAY 2021
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42

Partial preview of the text

Download Featured Products and Layout Design of an E-commerce Website and more Lab Reports Computer Science in PDF only on Docsity!

FOOD ORDERING WEBSITE

A PROJECT REPORT

Submitted by

Ashwin. B

In partial fulfilment for the award of the degree of BACHELOR OF ENGINEERING in INFORMATION TECHNOLOGY C.ABDUL HAKEEM COLLEGE OF ENGINEERING AND TECHNOLOGY, MELVISHARAM VELLORE-632 509 (An Affiliated Institution) ANNA UNIVERSITY: CHENNAI 600 025 MAY 2021

BONAFIDE CERTIFICATE

Certified that this project report “ FOOD ORDERING WEBSITE” is the bonafide work of “ Ashwin. B ( 510618205003 )” who carried out the project work under my supervision. SIGNATURE SIGNATURE DR.S.UMAMAHESWARI (Ph.D.,) MR.T.S.KARTHIK HEAD OF THE DEPARTMENT, SUPERVISOR, ASSOCIATE PROFESSOR, Department of Information Technology, C.Abdul Hakeem College of Engineering and Technology, Melvisharam Vellore– 632 509.

ASSOCIATE PROFESSOR,

Department of Information Technology, C.Abdul Hakeem College of EngineeringandTechnology, Melvisharam Vellore – 632

The project report submitted for the viva voce held on …………. INTERNAL EXAMINER EXTERNAL EXAMINER

iv

ABSTRACT

The Main Aim of the Project is to provide all Items in Website to Manage Goods Profit and Quantity easily. To convert Paper to Paperless Bills. To show product to customer in online make customer attractive.

v

TABLE OF CONTENTS

CHAPTER

NO

TITLE PAGE

NO

ABSTRACT iv LIST OF FIGURES vii LIST OF TABLES viii LIST OF ABBREVIATION ix 1 INTRODUCTION 11 1.1 Scope of the project 11 1.2 Objective of the project 11 1.3 Goal of the project 12 2 LITERATURE SURVEY 2.1 Introduction 2.2 Administrator 2.3 Manage Moderators 2.3.1 Add Moderator 2.3.2 Remove Moderator 2.3.3 Search Moderator 2.4 Manage Products 2.4.1Add Products 2.4.2Delete Products 2.5 Manage Users 2.5.1View Users 2.5.2 Add Users 2.5.3 Delete and Block Users 2.6 Manage Orders 2.6.1View Orders 2.6.2Delete Orders

3 SYSTEM ANALYSIS 16

3.1.System Analysis 16 3.2 Existing System 3.3 Proposed System 3.4 System Requirement

vii

  • 8 CONCLUSION - 8.1 Conclusion
    • 9 CODING AND OUTPUT - 9.1 Coding - 9.1.1 Index.html 29- - 9.1.2 Style.css 41-
      • 9.2 Output 58-

viii

x

11

CHAPTER 1

INTRODUCTION

This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into android platform. Online shopping is the process whereby consumers directly buy goods or services from a seller in real-time, without an intermediary service, over the Internet. It is a form of electronic commerce. This project is an attempt to provide the advantages of online shopping to customers of a real shop. It helps buying the products in the shop anywhere through internet by using an android device. Thus the customer will get the service of online shopping and home delivery from his favorite shop. SCOPE OF THE PROJECT THE MAIN SCOPE OF THE PROJECT EASY THE PROCESS OF BUSINESS FOR MY SHOP LIKE TO CONVERT PAPER TO PAPER LESS BILLS AND TO SHOWCASE THE PRODUCT IN WEBSITE AND MANAGE THE STOCK IN EFFECTIVE WAY. . OBJECTIVE OF THE PROJECT The objective of the project is to make an application in android platform to purchase items in an existing shop. In order to build such an application complete web support need to be provided. A complete and efficient web application which can provide the online shopping experience is the basic objective of the project. The web application can be implemented in the form of an android application with web view. GOAL OF THE PROJECT

13

CHAPTER 2

LITERATURE

SURVEY

INTRODUCTION

The system after careful analysis has been identified to be presented with the following modules and roles. The modules involved are:  Administrator  Moderators  Users ADMINISTRATOR The administrator is the super user of this application. Only admin have access into this admin page. Admin may be the owner of the shop. The administrator has all the information about all the users and about all products. This module is divided into different sub-modules.

  1. Manage Moderators
  2. Manage Products
  3. Manage Users
  4. Manage Orders MANAGE MODERATORS Add Moderator Only admin is having the privilege to add a moderator. A moderator can be considered as a staff who manages the orders or owner of a group of products. Remove Moderator Admin has privilege to delete a moderator who was added.

14 Search moderator All existing moderators can be viewed by the administrator as a list. If there is number of moderators and admin need to find one of them, the admin can search for a moderator by name. MANAGE PRODUCTS Add Products The shopping cart project contains different kind of products. The products can be classified into different categories by name. Admin can add new products into the existing system with all its details including an image. Delete Products Administrator can delete the products based on the stock of that particular product Admin will have a list view of all the existing products. He can also search for a particular product by name. MANAGE USER View Users The admin will have a list view of all the users registered in the system. Admin can view all the details of each user in the list except password. Add Users Admin has privileges to add a user directly by providing the details. Delete &Block Users Administrator has a right to delete or block a user. The default status of a new user registered is set as blocked. The admin must accept the new user by unblocking him.

16

CHAPTER 3

SYSTEM

ANALYSIS

SYSTEM ANALYSIS

System analysis is the process of gathering and interpreting facts, diagnosing problems and using the information to recommend improvements on the system. System analysis is a problem solving activity that requires intensive communication between the system users and system developers. System analysis or study is an important phase of any system development process. The system is viewed as a whole, the inputs are identified and the system is subjected to close study to identify the problem areas. The solutions are given as a proposal. The proposal is reviewed on user request and suitable changes are made. This loop ends as soon as the user is satisfied with the proposal. EXISTING SYSTEM The current system for shopping is to visit the shop manually and from the available product choose the item customer want and buying the item by payment of the price of the item.

  1. It is less user-friendly.
  2. User must go to shop and select products.
  3. It is difficult to identify the required product.
  4. Description of the product limited.
  5. It is a time consuming process
  6. Not in reach of distant users.

17

PROPOSED SYSTEM

In the proposed system customer need not go to the shop for buying the products. He can order the product he wish to buy through the application in his Smartphone. The shop owner will be admin of the system. Shop owner can appoint moderators who will help owner in managing the customers and product orders. The system also recommends a home delivery system for the purchased products. SYSTEM REQUIREMENT Product Description : The system consists of two parts .A web application which can provide the online shopping service and an android application for the customer access the web service from his Smartphone. Web application should be able to help the customer for selecting his item and to help the owner in managing the orders from the customers. Problem Statement: As online shopping became a trend nowadays the regular shops are losing their customers to online brands. Customers have effortless shopping experience and saving time through shopping online. For competing with those online brands, If shops are providing an online portal where their customers can shop through internet and get the products at their doors it will increase the number of customers. Project Architecture :

19 I been searching around for a tool that can help me generate class diagram for my web development project. I have one plugin for eclipse but it only works for the JavaScript and does not link the HTML and CSS Found another that does sort of what I want but it requires me to use npm, however, since I didn’t use this in my project from start it’s quite difficult for me to change the structure now I am using notepad++ to write my code but am happy to move my code to another editor if it gets the job done. Usecase Diagram

20