0% found this document useful (0 votes)
32 views14 pages

ZAYEQA

a food oderrig site

Uploaded by

Anikait Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views14 pages

ZAYEQA

a food oderrig site

Uploaded by

Anikait Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

ZAYEQA (NEVER HAD A BAD FOOD)

SOFTWARE ENGINEERING PROJECT

Submitted by
ANAMIKA CHOUDHARY(2007486)
AMIT KUMAR(2007485)
ANIKET SHARMA(2007487)

In partial fulfilment of requirement for the award of the degree


of

BACHELOR OF TECHNOLOGY
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

Shaheed Bhagat Singh State Technical campus


CERTIFICATE
This is to certify that project report entitled “ZAYEQA” submitted to SHAHEED
BHAGAT SINGH STATE TECHNICAL CAMPUS, Ferozepur under I.K. GUJRAL
PUNJAB TECHNICAL UNIVERSITY, Jalandhar for the Award of CSE is an important
piece of work carried out by “ANAMIKA, AMIT AND ANIKET”. It is further certified that
this project is a bonified piece of work and no part of this has been submitted earlier for any
purpose elsewhere.

CERTIFICATE BY GUIDE

Certificate by guide certified that ANAMIKA, AMIT & ANIKET of has worked under
my guidance.

MRS. SONIKA JINDAL

CERTIFICATE BY SUPERVISOR

Certificate by supervisor certified that ANAMIKA, AMIT & ANIKET of has worked
under my supervision.

MRS. SONIKA JINDAL


ACKNOWLEDGEMENT

We take this occasion to thank God, almighty for blessing us with his grace and taking our
Endeavour to a successful culmination. We extend our sincere and heart felt thanks to our
esteemed guide, Mrs. Sonika jindal, department of computer science and
engineering in Shaheed Bhagat Singh State university for providing us with the
right guidance and advice at the crucial junctures and for showing us the right way. We
would like to thank the other faculty members also, at this occasion. Last but not the least,
we would like to thank friends for the support and encouragement they have given us during
the course of our work. This work has not been previously submitted to any other college or
university for any examination.
ABSTRACT

As the name specifies “ZAYEQA” is software developed for managing tour booking. Identification of the

drawbacks of the existing system leads to the designing of computerized system that will be compatible to the

existing system with the system Which is more user friendly and more GUI oriented .

The food industry has very efficiently utilized the e-commerce platform in the online food review and
food ordering business. Through a vertical system of food delivery apps, the entire system has brought
almost every restaurant in India under a single roof in the hands of the consumer. Now, finding a great
place to eat, ordering food, reserving tables, and giving positive or negative feedback for a restaurant has
become very easy and accessible for the consumer. This vertical has shown tremendous growth over the
last 10 years signifying the untapped potential. The pioneer and leader of this segment in India has been
Zomato. Zomato is a brand, which every consumer would relate to when s/he thinks of an e-food
platform. This paper aims at critically examining the marketing and positioning aspect of the company
by drawing on the works published in the form of surveys, journals, articles and reports by independent
authors as well.
The results have been interpreted using graphical representation through histograms. The overall analysis
suggested majority of respondents were more attracted towards Zomato than other competitors. Furthermore,
the majority of respondents were found more satisfied with the food quality and fast delivery of Zomato and a
wider range of restaurants and choice of food.
INDEX
➢ Objective

➢ Proposed System

➢ System Requirement

➢ Hardware Configuration

➢ Software Configuration

➢ Software Features

➢ Implementation/technologies

➢ Output Screen of the Project (Screenshots)

➢ Conclusion

INTRODUCTION

The main purpose of online food ordering and delivery to provide a best facility and ordering
services for a customer to book restaurants, and ordering purpose. We have developed online
ordering and delivery system to provide a search platform find their tasty food according to
their choices.

This is instead of to provide the best ordering services to the customers. We have expanded
online food ordering and delivery administration strategy to provide an exploration platform
where a customer can find their food according to their choices. This method further assists to
promote tasty and fascinating so that people can celebrate their vacations, festivals and
parties. This process also encourages to expanding taste of food with different cultures,
communities, so that they enhance the online food delivery and ordering.

We create this system to establish and expand the structure of online delivery that provides
healthy food opportunities for customer and improves a better awareness of different
cultures, traditional lifestyles, traditional knowledge, and moralities. This system moreover
provides a better way to connect with various events. This system also provides taste-related
information like which food mostly people like. customer can also fetch the Map and
navigation system and climate information. This project is useful for customer who are
unfamiliar with the different tasty food.

The user can select any of the three choices available, which includes travel, food, times new
Roman font times new Roman font and accommodation facilities. The user can view the
orders placed and thereby provide the feedback regarding their experience and can share the
images of the food. It requires some time for working at their task but it is not much time-
consuming. It is very efficient and reliable project.

ZAYEQA is an application will help in maintaining the operations performed related to online
food delivery and ordering.

Booking of restaurants will be done with a great ease and without any difficulty. This will be
one of the interesting projects that one can work on and implement in real time world. The
user interface must be simple and easy to understand.
OBJECTIVE:

❑ The objective of the project is to develop a system that automates the processes and activities of online
food delivery.
❑ The purpose is to design a system using which one can perform all operations related to ordering and
delivery.

PROPOSED SYSTEM:

❑ The proposed system is a web based application and maintains a centralized repository of all related
information.

❑ The system allows one to easily access the relevant information and make necessary food arrangements.

❑ Users can decide about food they want to eat.


SYSTEM ENVIRONMENT

2.1 Hardware Configuration

1. Intel core i5 Processor

2. 8 GB RAM

3. 512 GB SSD

Note: This is not the “System Requirements”.

2.2 Software Configuration

1. OS : Windows XP

Implementation/ Technology:

1. HTML:-

In this web project we used HTML as main frontend language, that will help to
provide a proper structure for the website.
Why we use html:-

1. Web pages development


2. Web document Creation
3. Internet navigation
4. Responsive images on web pages
5. Offline capabilities usage

CSS:-
CSS is the language we use to style an HTML document.CSS describes how HTML
elements should be displayed. This project contains the efficient use of CSS in entire
html document that will style the web page in a coloured representation.

Why we use CSS:-

CSS helps you to keep the informational content of a document separate from the details of how to
display it. The details of how to display the document are known as its style. You keep the style
separate from the content so that you can:

• Avoid duplication

• Make maintenance easier

• Use the same content with different styles for different purposes

Your web site might have thousands of pages that look similar. Using CSS, you store the style
information in common files that all the pages share. When a user displays a web page, the user’s
browser loads the style information along with the content of the page. When a user prints a web
page, you might provide different style information that makes the printed page easy to read.

Creating the style sheet:

1. Create a text file; this file will be your style sheet. Name it style1.css
2. In your CSS file, copy and paste this one line, then save the file:

strong { color: red; }

Attributions

• This article contains content originally from external sources, including ones licensed under the

CC-BY-SA license.
• Portions of this content copyright 2012 Mozilla Contributors. This article contains work licensed
under the Creative Commons Attribution-Share alike License v2.5 or later. The original work is
available at Mozilla Developer Network: Article

JavaScript: -

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language

with first-class functions. While it is most well-known as the scripting language for Web pages, many
non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting


object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about

JavaScript.
JavaScript allows developers to implement features like: -

• Showing and hiding menus or information


• Adding hover effects
• Creating image galleries in a carousel format
• Zooming in or zooming out on an image
• Playing audio or video on a web page
• Adding animations
• Creating drop down and hamburger-style menus

OUTPUT SREEN OF THE PROJECT


CONCLUSION

To conclude the description about the project: The project, developed using HTML and CSS is

based on the requirement specification of the user and the analysis of the existing system, with

flexibility for future enhancement.

The expanded functionality of today’s software requires an appropriate approach towards

software development. This hostel management software is designed for people who want to

manage various activities in the hostel. For the past few years, the number of educational

institutions are increasing rapidly.

Thereby the number of hostels are also increasing for the accommodation of the students

studying in this institution. And hence there is a lot of strain on the person who are running the

hostel and software’s are not usually used in this context. This particular project deals with the

problems on managing a hostel and avoids the problems which occur when carried manually.

You might also like