MINI Project s4p

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 25

A

ProjectReportON

“MINI-BOSS”
(RESPONSIVEE-COMMERCEWEBSITE)
SUBMITTEDINFULFILLMENTOFTHEDEGREEOFDIPLOMA ENGINEERING
[COMPUTERENGINEERING]

DEPARTMENTOFCOMPUTERENGINEERING

A.Y.DADABHAITECHNICALINSTITUTE
MahuvejRoad,B/HoldMarhiyambhaihospital Kosamba -
394120(Gujarat)

GUIDED BY: PREPARED BY:


MS.DIPALI. K. CHAUHAN PATEL ISHITA H.:236010307074

A.Y.DADABHAITECHNICALINSTITUTE
Kosamba–MahuvejRoad,At.Po.Kosamba,Ta.Mangrol,Dist.Surat(Gujarat)

1
Acknowledgement

This project has been the most practical exciting part of my learning
experience, which would be an asset for me and for my future career.

No system is created entirely by individual. Many people have helped to


create this system and each of their contribution has been valuable. Proper
organizationofconceptandanalysisofsystemisduetokeeninterestandhelping hand
of my teachers and colleagues.

My sincere thanks to our Director Mr. M.M. DALCHAWAL and our


principal Mr. D.V.PATEL molding my thought and vision towards all subjects
I was studying in all these three years.

IamdeeplythankfultoMr.NikunjC.Tailorheadofdepartment,whoisa
constant source of inspiration during this project.

My most sincere thanks to my project guide MS. Dipali K


Chauhan .forhis kind of co-operation and who has always been guiding
encouraging and motivating me through the project.

3
Abstract
Mini-Bossreferstothebuyinggames,gamesproductsoronlinegames such
as the Internet and other computer networks. The gaming Cart is very
important feature used in our website to assist people making purchases
products online. It also includes the entire online process of developing
games,upload games , delivering games device, servicing, and paying for
products and services. In order to purchase a game and online games is
provided to the user.

Mini-boss has made it easier for human to reduce physical work and to
save time. The basic concept of the application is to allow the customer to
shop virtually using the Internet and allow customers to buy the items and
articlesoftheirdesirefromthestore.E-commerceisfastgaininggroundasan
accepted andused business paradigm.

Moreandmorebusinesshousesareimplementingwebsiteproviding
functionality for performing commercial transactions over the web. E-
commercewebsites provides consumers with less expensive products and
services by allowing them to shop in many places and conduct quick
comparisons.

4
INDEX

SRNO. CONTENTS PAGENO.


1. Introduction 6
2. SoftwareRequirementSpecifications 7
3. Technology 8-9
4. Coding 10-29
5. Screenshots 30-34
6. Conclusion 35
7. Bibliography 36

5
Introduction

The main advantage of E-commerce over traditional commerce is the


user can browse online shopping for games,compare prices, and order
merchandise sitting at home on their PC.Secure registration and profile
management facilities for Customers. Shopping Cart feature allows online
shopping customers to “games” items in the cart. It Decreases the cost of
creating, processing, distributing, storing, and retrieving paper-based
information.Expands the marketplace to national and international markets.
Upon “checkout” the software calculates as total for the games including
shippingandhandlingpostage,packingandtaxes,ifapplicable.Reducesthe time
between the outlay of capital and the receipt of products and services.
CustomersshouldbeabletomailtheShopaboutthe gamestheywouldliketo see in
the Shop.

Theproposedsystemhelpsinbuildingawebsitetobuy,sellproductsorgoods online
using internet connection. Enables consumers to shop or do other transactions
24 hours aday, all year round from almost any location. It can be accessed over
the Internet.

Purchasing of goods online, user can choose different products based on


categories, online payments , delivery services and hence covering the
disadvantagesoftheexistingsystemandmakingthebuyingeasierandhelping the
vendors to reach wider market. It Provides consumers with more choices.
Customer can purchase Products Online.

This existing system (traditional commerce) of buying goods has several


disadvantages. Itrequires lots of time to travel to the shop to buy the goods. It
is having lots of manual work. Since everyone is leading busy life now a days,
time means a lot to everyone. Also,there are expenses for travelling from house
toshop.Itislessuser-friendly.Incurrent systemusermustgotoshopandorder
products. It is difficult to identify the required product. More over the
shopfrom where we would like to buy something may not be open 24*7*365.
Hence,wemustadjustourtimewiththeshopkeeper’stimeorvendor’s time.In
current E-commerce system user must go shop to view the description of the
product. It is unable to generate different kinds of report.

6
SoftwareRequirementSpecifications

Systemconfigurations
The software requirement specification can produce at the
culmination of theanalysis task. The function and performance
allocatedtosoftwareaspartof systemengineeringarerefinedby
established a complete information description, a detailed
functional description, a representation of system behavior, and
indication of performance and design constrain, appropriate
validatecriteria,andotherinformation pertinent to requirements.

SoftwareRequirements:
• Operatingsystem:Windows10.
• CodingLanguage:HTML,CSS,JavaScript.
• IDE :VisualStudioCode.

HardwareRequirement:

• System :Intel(R)Core(TM)i3-6006UCPU@2.00GHz

• HardDisk :1TB.
• Ram :8GB.

7
Technology
1. HTML
2. CSS
3. JavaScript

1. Whatis HTML"
"HTML"standsforHypertextMarkuplanguage.Basically,HTMLisused to
mark up a web page by using HTML attributes. Html was created by "Sir
Berners-Lee"in 1991. Later-on,in 1995HTML 2.0 was published with some
extra specifications. After the success
of HTML 2.0 in 1999 HTML 4.0.1 was published. Though HTML 4.01
versionisusedcurrentlywearehavingtheHTML-5versionwhichisan extension
to HTML 4.01, and thisversion was published in 2012.

Every language has it own block where we write our code similarly HTML
havealso itsownblockwhichstarts with <HTML>and ends with</HTML>.
Html code is written by the programmer and it is saved as a .html or .htm
extension andviewed by any respected browser (i.e. Google Chrome,
Firefox,etc).

AdvantagesofHTML:
1. HTMLcanbeintegratedeasilywithJavaScript,jQuery,andCSS.
2. EasytounderstandduetoarelevantandmemorableHTML tag.
3. HTMLsupportedbyallbrowsers(i.e.,GoogleChrome,OperaMini,
Mozilla Firefox,and many more browsers)
4. HTMLislightweightedandfasttoload.
5. HTMLisafreeandopen-sourcemarkuplanguage,youdonotneedto buy a
singleline of code to design your website.
6. HTMLhavemanytagsandattributeswhichwillshortenyourlineofcode.

Somemajorreasonswhytouse HTML:
 HTML is a lightweight and fast-loading markup language, every time
whenyouhittheserverthroughyourbrowseryougettheresponseinthe form
of HTML and CSS.
 HTMLhasthesupportofmanytagswhichmakeyourwebpagelooks
attractive andnoticeable.
 Recently,HTML5addedsomanytagsandelementwhichhelpsto
develop a page inprofessional manner.

8
2. WhatisCSS?
 CSSstandsforCascadingStyleSheets
 CSSdescribeshowHTMLelementsaretobedisplayedonscreen,
paper, or in othermedia
 CSSsaves alotofwork.Itcancontrolthelayoutofmultiplewebpagesall at once.
 CSSisdesignedprimarilytoauthorizetheseparationofdocument
contentfromdocumentpresentation forvariousformattingoptions
like colors and font styles.
Thistypeofpresentationprovidesmoreflexibilityandenablesmore
HTML filessharing to a CSS file by .css.

 ExampleofCSS syntax:
{
Color:red;
Font-size:14px;
}

AdvantagesofCSS−
 CSS saves time − You can write CSS onceand then reuse the same
sheet in multiple HTML pages. You can define a style for each
HTMLelement andapplyit to as many Web pages as you want.
 Easy maintenance − To make a global change, simply change the
style, and all elements in all the web pages will be updated
automatically.
 Global web standards − Now HTML attributes are being
deprecated and it is being recommended to use CSS. So it's a good
idea to start using CSS in all the HTML pages to make them
compatible with future browsers.
 Platform Independence − The Script offer consistent platform
independence and can support latest browsers as well.

9
3. WhatisJavaScript:
JavaScript is a dynamic computer programming language. It is lightweight
and most usedas a part of the web pages,whose implementation allows a client-
side script to interact with auser and to make dynamic pages. It is an interpreted
programming language with object- oriented capabilities.

AdvantagesofJavaScript:
 Less server interaction − You can validate user input before
sendingthepageofftotheserver.Thissavesservertraffic,which
means less load on your server.
 Immediatefeedbacktothevisitors −Theydon'thavetowait for
a pagereload to see if they have forgotten to enter something.
 Increased interactivity − You can create interfaces that react
whentheuserhoversoverthemwith amouseoractivatesthem via
the keyboard.
 Richer interfaces − You can use JavaScript to include such items
asdrag-and-dropcomponentsandsliderstogiveaRichInterfaceto your
site visitors.

10
Coding
Index.html

<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
<metaname="viewport"content="width=device-width,initial-scale=1.0">
<metaname="viewport"content="width=device-width,initial-scale=1.0">
<linkrel="stylesheet"href="https://www.w3schools.com/w3css/4/w3.css">
<linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-
awesome.min.css">
<linkrel="stylesheet"href="style.css">
<title>Thegamer</title>
</head>
<body>
<headerstyle="position:relative;">

<divclass="w3-top"class="header"id="home">
<divclass="w3-barw3-cardw3-left-alignw3-largeheeder-large-screen"style="background-color:
#000015;">
<aclass="w3-bar-itemw3-buttonw3-hide-mediumw3-hide-largew3-rightw3-padding-largew3-
hover-black w3-large "href="javascript:void(0);"onclick="myFunction()"title="Toggle Navigation
Menu"><i class="fa fa-bars"></i></a>
<ahref="#home"class="w3-bar-itemw3-buttonw3-padding-largew3-hover-black">Mini-Boss</a>
<div>
<ahref="#about"class="w3-bar-itemw3-buttonw3-hide-smallw3-padding-largew3-hover-black"
>About</
<ahref="#games"class="w3-bar-itemw3-buttonw3-hide-smallw3-padding-largew3-hover-black">
a>Games</
<ahref="#shop"class="w3-bar-itemw3-buttonw3-hide-smallw3-padding-largew3-hover-
a>
black">Shop</a>
<ahref="#events"class="w3-bar-itemw3-buttonw3-hide-smallw3-padding-largew3-hover-
black">Events</a>
<ahref="#contact"class="w3-bar-itemw3-buttonw3-hide-smallw3-padding-largew3-hover-
black">Contact</a>
</div>

</div>

<divid="navDemo"class="w3-bar-blockw3-hidew3-hide-largew3-hide-mediumw3-large">
<ahref="#about"class="w3-bar-itemw3-buttonw3-padding-large"onclick="myFunction()">About</a>
<ahref="#games"class="w3-bar-itemw3-buttonw3-padding-large"onclick="myFunction()">Games</a>
<ahref="#shop"class="w3-bar-itemw3-buttonw3-padding-large"onclick="myFunction()">Shop</a>
<ahref="#events"class="w3-bar-itemw3-buttonw3-padding-
large"onclick="myFunction()">Events</a>
<ahref="#contact"class="w3-bar-itemw3-buttonw3-padding-
large"onclick="myFunction()">Contact</a>
</div>
</div>
</header>
<section>
<divclass="hero"id="about">
<divclass="hero-description">
<divclass="hero-text">
<h1class="hero-title">AddingFuntoyourLife</h1>
11
<p>
THEGAMERLOVETO PLAYANEWTYPESOF MULTIBATTLE GAMES
</p>
<spanclass="w3-text-whitesocial"style="margin-top:050px">
<p>FollowusonMANDEEP JHA</p>
<divclass="w3-margin-top">
<ahref="https://www.facebook.com/gohil.harshilasinh"><iclass="fafa-facebook-official w3-
hover-opacity icons"></i></a>
<ahref="#"><iclass="fafa-instagramw3-hover-opacityicons"></i></a>
<ahref="#"><iclass="fafa-snapchatw3-hover-opacityicons"></i></a>
<ahref="#"><iclass="fafa-pinterest-pw3-hover-opacityicons"></i></a>
<ahref="#"><iclass="fafa-twitterw3-hover-opacityicons"></i></a>
<ahref="#"><iclass="fafa-linkedinw3-hover-opacityicons"></i></a>
</div>
</span>
</div>
</div>
</div>
</section>
<mainstyle="padding-bottom:40px;">
<h2class="title"id="games">ListofGames</h2>
<divclass="games">
<divclass="game-list">
<imgsrc="img/playstation-brands.svg"alt="playstation-brands"style="width:100px;height:
100px;"/>
<h3>Playstation</h3>
<p></p>
</div>
<divclass="game-list">
<imgsrc="img/pacman.svg"alt="pacman"style="width:100px;height:100px;"/>
<h3>Pacman</h3>
<p></p>
</div>
<divclass="game-list">
<imgsrc="img/spider.svg"alt="spiderman"style="width:100px;height:100px;"/>
<h3>Spiderman</h3>
<p></p>
</div>
<divclass="game-list">
<imgsrc="img/monster.svg"alt="monster"style="width:100px;height:100px;"/>
<h3>Monster</h3>
<p></p>
</div>
<divclass="game-list">
<imgsrc="img/joker.svg"alt="joker"style="width:100px;height:100px;"/>
<h3>Joker</h3>
<p></p>
</div>
<divclass="game-list">
<imgsrc="img/halloween.svg"alt="halloween"style="width:100px;height:100px;"/>
<h3>Halloween</h3>
<p></p>
</div>

</div>
<divclass="store"id="shop">
<h2class="title">OurStore</h2>

<divclass="game-store">
12
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/dbgbyzFR8uI"/>
</div>
<divclass="store-text-description">
<h4>Keyboard</h4>
<span>12 items</span>
<span>50RS</span>
</div>

</div>
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/qAgZDCgb7go"/>
</div>
<divclass="store-text-description">
<h4>Server</h4>
<span>15 items</span>
<span>500RS</span>
</div>

</div>
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/xo-MJALGPrI"/>
</div>
<divclass="store-text-description">
<h4>Mouse</h4>
<span>25 items</span>
<span>80RS</span>
</div>

</div>
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/sYhyE3CeTy4"alt="wuyi"/>
</div>
<divclass="store-text-description">
<h4>Headphone</h4>
<span>40 items</span>
<span>1800RS</span>
</div>

</div>
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/Hpaq-kBcYHk"/>
</div>
<divclass="store-text-description">
<h4>Monitor</h4>
<span>10 items</span>
<span>2000RS</span>
</div>

</div>
<divclass="game-store-list">
<divclass="game-image">
<imgsrc="https://source.unsplash.com/dkb3wApu5XQ"/>
</div>
13
<divclass="store-text-description">
<h4>Joystick</h4>
<span>10 items</span>
<span>2200RS</span>
</div>

</div>

</div>
</div>
<divclass="event"id="events">
<h2class="title">UpcomingEvents</h2>

<divclass="event-hero"style="position:relative;">

<divclass="event-text">
<h2class="badge"style="background-color:orange;color:#000015;padding:10px">Spiderman
challenge | Sunday February 6 </h2>
<h1class="event-title">Aworldlight-yearsbeyondyourimagination.</h1>

<p>GAMETHATNEVERBECOMEAOLDANDATTRACTGAMETOWARDS YOU.</p>
<h4>Saveyourplace</h4>
<div>
<labelid="icon"for="name">Name</label>
<br>
<inputtype="text"name="name"id="name"placeholder="Name"required/>
<br>
<br>
<labelid="icon"for="name">Email</label>
<br>
<inputtype="text"name="name"id="name"placeholder="Email"required/>

</div>
<buttonclass="w3-btnw3-redw3-margin-topw3-round">Register</button>

</div>
<divclass="event-image">
<imgsrc="img/king-lip-mp295uolfDs-unsplash-removebg-preview.png"alt="erik-mclean"/>
</div>

</div>

</div>
<div>

<h2class="title">Reachouttous</h2>
<divclass="contact"id="contact"style="padding-bottom:10px!important;">
<divclass="contact-listcontact-address">
<h5><span><iclass="fafa-map-markerw3-xlargew3-text-light-grey"></i></span>Address</h5>
<p>AYDADABHAITECHNICALINSTITUTE,KOSAMBA</p>
<p>C-304SURYAVANSHIAPPT,KOSAMBA</p>
<p>PARVATPATIYA,SURAT</p>
</div>
<divclass="contact-list">
<h5><span><iclass="fafa-envelopew3-xlargew3-text-light-grey"></i></span>Receiveweekly
update email</h5>
<divclass="email-contact">
<inputplaceholder="Email"type="email"style="margin:8px0px!important;"/>
14
<buttonclass="w3-btnw3-redw3-round"style="width:100px;padding:3px10px
!important">Subscribe</button>
</div>

</div>
<divclass="contact-list">
<h5><span><iclass="fafa-phonew3-xlargew3-text-light-grey"></i></span>Phone</h5>
<p>8469056608</p>
<p>9979032717</p>
</div>

</div>
</div>

</main>
<divclass="w3-paddingw3-center"style="background:#FFF4A3;padding:10px0px!important; color:#282A35;
">
<divstyle="display:flex;justify-content:center;align-items:center;flex-wrap:wrap;">
<pstyle="margin:10px!important">ThiswebsitewasmadebyMANDEEPJHA</p>
<buttonclass="w3-margin-topw3-btnw3-text-whitew3-round-xxlarge"style="background-
color:#282A35;padding: 8px 25px;margin:0px!important">Start now</button>
</div>

</div>

<script>
//Usedtotogglethemenuonsmallscreens whenclickingonthemenubutton function
myFunction() {
varx=document.getElementById("navDemo");
if(x.className.indexOf("w3-show")==-1) {
x.className+="w3-show";
}else{
x.className=x.className.replace("w3-show","");
}
}
</script>
</body>
</html>

style.css
/*CSSvariablessection*/
:root{
background-color:rgba(0,0,21,1);

/*ExtraLargescreens- Extralargedesktops*/
.header{

}
.heeder-large-screen{
display:flex!important;
justify-content:space-evenly!important;
color:orange;
font-size:18px!important;

15
}
#navDemo{
background-color:#000015;

}
#navDemoa{
font-size:13px!important;
color:orange;
}

.hero{
height:650px;
background-image:url("https://source.unsplash.com/HVYepJYeHdQ");
background-repeat: no-repeat;
background-size: cover;
background-
position:center;
background-color: #000015;

}
.hero-description{
height:650px;
background-color:rgba(0,0,21,.7);
display: flex;
}
.hero-text{
width:70% !important;
margin:auto!important;
display: flex;
flex-wrap:wrap;

.hero-textp{
color:white;
width: 50%;
}
.hero-title{
/*padding-top:80px;*/
font-weight: 800;
text-transform:uppercase;
font-size: 80px;
color:orange;

text-align:center;

}
.social{
width:100%;
}
.icons{
font-size: 20px;
letter-spacing:5px;

}
main{
width:80% !important;
margin:auto!important;
16
}
.title{
color:white;
font-weight:600;
font-size:40px;;
margin:50px 0px;
text-align:center;
text-transform:uppercase;

.game-logo img{
width:100%;
height:100%;
object-fit:contain;
}
h3{
color:white;
text-align:center;
}

.games{
display:flex;

flex-wrap: wrap;
align-items:center;
/* background-color: rgba(0,0,47,0.3);*/
justify-content: space-evenly;
}
.game-list{
margin:30px;;
padding:20px;
height:200px;
width:250px;
display:flex;
flex-direction:column;
align-items: center;
border:1px solid gray;
background:rgba(255,75,255,0.1);
box-shadow:08px40px0rgba(45,57,231,0.37);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter:blur(4px);
border-radius: 10px;
border:1pxsolidrgba(255,255, 255,0.18);
}
.game-list:hover{
transform:scale(1.05);
}
.store{
margin-top:50px;
}
.game-store{
margin-top:20px!important;
display: flex;
justify-content:space-evenly;
flex-wrap: wrap;
}
.game-image{

17
width:300px;
height:180px;

}
.game-image img{
width:100%;
height: 100%;
object-fit:cover;
}
.game-store-list{
width:300px;
height: 300px;
margin: 20px;
overflow:hidden;
border-top:none;

-webkit-box-shadow:08px40px0rgba(45,57,231,0.37);
box-shadow:08px40px0rgba(45, 57,231,0.37);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter:blur(4px);
border-bottom: 1px solid blueviolet;
color:white;

}
.store-text-description{

padding-left:20px;
display: flex;
flex-direction:column;

}
h4{
color:white;
font-weight:700;
}
.event-hero{
display: flex;
flex-wrap:wrap;
background:rgba(255,75,255,0.1);
justify-content: space-evenly;
align-items:center;
padding:50px;
margin-top: 50px;
border:1pxsolidblack;
border-radius: 10px;

}
.event-text{
width:50%;
color:orange;

}
.event-title{
font-size:40px;
text-transform:uppercase;

font-weight: 600;

}
18
.event-image{
width:400px;
height:500px;
}
.event-imageimg{
width: 100%;
height: 100%;
object-fit:contain;
}
.event-text p{
color:white;
}
.contact{

display: flex;
flex-wrap:wrap;
justify-content:space-evenly;
}
.contact-list{
margin-top:15px!important;
color: white;
}
h5{
color:white;
}
span{
padding-right:10px;
}
.contact-listp{
}
.email-contact{
width:80%;
color: gray;
display:flex;
flex-direction: column;
justify-content:space-evenly;
}

/*GeneralCSSandCSSreset*/

html {
scroll-behavior:smooth;
}

*{
margin:0;
padding:0;
}

19
/* */
/*MEDIAQUERIES*/
/*Largescreens-Desktop*/
@mediascreenand(max-width:1500px){
.hero{
height:550px!important;;
background-image:url("https://source.unsplash.com/HVYepJYeHdQ/1200x600");
}
.hero-description{
height: 550px
}
.hero-title{
font-size:50px;
}
}

/*mediumscreens-Laptops*/
@mediascreenand(max-width:1024px){ main{
width:100% !important;
margin:auto!important;
}

/*Smallscreens-tablets*/
@mediascreenand(max-width:768px){
.heeder-large-screen{
display:block!important;
}
headera{
font-size:14px;
}
.hero{
height:400px!important;
background-image:url("https://source.unsplash.com/HVYepJYeHdQ/480x300");
}
.hero-description{
height:400px;
background-color:rgba(0,0,21,.7);

}
.hero-title{
font-size:35px;;

}
.hero-textp{
width: 80%;;
font-size:13px;
}
.title{
text-align:center;
font-size: 30px;

20
}
.event-text{
width:80%;
color:blueviolet;

}
.event-text p{
font-size:13px;
}
.event-title{
font-size:30px;
text-transform:uppercase;
font-weight: 600;

}
.event-hero{
width: 80% ;
margin:auto;
}
.event-image{
width:250px;
height:400px;
}
.event-imageimg{
width: 100%;
height: 100%;
object-fit:cover;
}
.contact-list{
width:300px;
}
.contact{
justify-content:space-around;
}
.contact-list p{
font-size:14px;

}
h5{
font-size:17px;
}

@mediascreenand(max-width:480px){
.heeder-large-screen{
display:block!important;
}
.hero{
height:450px!important;
background-image:url("https://source.unsplash.com/HVYepJYeHdQ/480x300");
}
.hero-description{
height:450px;
background-color:rgba(0,0,21,.7);

21
.hero-title{
font-size: 30px;;
padding-top:70px;
}
.hero-textp{
width: 100%;;
font-size:13px;
}
.title{
text-align:center;
font-size: 25px;
}
.event-text{
width:100%;
color:blueviolet;

}
.event-text p{
font-size:13px;
}
.event-title{
font-size:30px;
text-transform:uppercase;
font-weight: 600;

}
.event-hero{
width: 90% ;
margin:auto;
}
.event-image{
width:250px;
height:400px;
}
.event-imageimg{
width: 100%;
height: 100%;
object-fit:cover;
}
.contact-list{
width:300px;
padding:25px
;
border:1pxsolidrgba(49,45,45,0.5);
border-radius: 10px;
}
.contact-list p{
font-size:12px;

}
h5{
font-size:15px;
}
.badge{

}
p{
font-size:12px;
}
22
Screenshots

Home Page:

ListofGames:-

23
Our Store:

FooterSection:

24
EVENTS:-
ReachToUS:-

ABOUTUS:-

25
Conclusion
The project entitled Mini-boss Website was completed successfully. The
purposeofthisprojectwastodevelopawebsitefor purchasinggamesfromagame store.
This project enabled me gain valuable information and practical knowledge on
several topics like designing web pagesusing html & CSS, how to make
responsive website,basics of JavaScript. Also,the project helped me understanding
about how basically websites are developed. However, it was a good learning
experience and developing websiteusing a different technology.

Thereisascopeforfurtherdevelopmentinourprojecttoagreatextent.
Severalfeaturescanbeaddedtothiswebsiteinfuture.

Bibliography
ThefollowingWebsiteswereused asreferencesfortheproject and preparingthisProject Report:

1. https://www.google.com/
2. https://www.w3schools.com/
3. https://www.javatpoint.com/
4. https://youtube.com/

26

You might also like