1. First, we need fresh reactjs setup, and for that, we need to run below commands into out terminal, and also we should have latest node version installed on our system:
npx create-react-app my-awesome-project
cd my-awesome-project
npm start
2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:
npm install [email protected] --save
npm start //For start project again
3. Finally for the main output, we need to add below code into our my-awesome-project/src/App.js file or if you have fresh setup then you can replace my-awesome-project/src/App.js file code with below code:
import React from 'react';
import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';
function App() {
return (
<div>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"/>
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-3">
<div class="product-head d-flex justify-content-between align-items-center"><span class="badge badge-danger">Sale</span>
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Smart home</a>
<h5 class="product-title"><a href="#/">Amazon Echo Dot (2nd Generation)</a></h5><span class="product-price">
<del>$62.00</del>$49.99</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head text-right">
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star"></i><i class="fa fa-star"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Headphones</a>
<h5 class="product-title"><a href="#/">Edifier W855BT Bluetooth Headphones</a></h5><span class="product-price">$99.75</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head"><span class="badge badge-secondary">Out of Stock</span></div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Computers, laptops</a>
<h5 class="product-title"><a href="#/">Microsoft Surface Pro 4 Tablet</a></h5><span class="product-price text-muted">$1,049.10</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/"><i class="fa fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head text-right">
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Action cameras</a>
<h5 class="product-title"><a href="#/">Samsung Gear 360 Camera</a></h5><span class="product-price">$74.00</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head text-right">
<div class="rating-stars">
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Smartphones</a>
<h5 class="product-title"><a href="#/">Apple iPhone X 64GB Space Gray</a></h5><span class="product-price">$939.99</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head d-flex justify-content-between align-items-center"><span class="badge badge-success">Popular</span>
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Video Games</a>
<h5 class="product-title"><a href="#/">Microsoft Xbox One S White</a></h5><span class="product-price">$298.99</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head text-right">
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">TV, Video & Audio</a>
<h5 class="product-title"><a href="#/">Sony 55-Inch 4K Smart (Android) TV</a></h5><span class="product-price">$1,195.00</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30">
<div class="product-card mx-auto mb-5">
<div class="product-head"><span class="badge badge-danger">Sale</span></div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Printers & Ink</a>
<h5 class="product-title"><a href="#/">Hewlett-Packard LaserJet Pro Printer</a></h5><span class="product-price">
<del>$280.00</del>$249.50</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-30 d-none d-lg-block">
<div class="product-card mx-auto mb-5">
<div class="product-head text-right">
<div class="rating-stars"><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star active"></i><i class="fa fa-star"></i><i class="fa fa-star"></i>
</div>
</div>
<a class="product-thumb" href="#/"><img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Product Thumbnail"/></a>
<div class="product-card-body"><a class="product-meta" href="#/">Headphones</a>
<h5 class="product-title"><a href="#/">Zeus Bluetooth Earbud Headphones</a></h5><span class="product-price">$28.99</span>
</div>
<div class="product-buttons-wrap">
<div class="product-buttons">
<div class="product-button"><a href="#/" ><i class="fa fa-heart"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-repeat"></i></a></div>
<div class="product-button"><a href="#/" ><i class="fa fa-shopping-cart"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.10.0/feather.js"></script>
</div>
);
}
export default App;
4. Now we need to add below code into our my-awesome-project/src/App.css file :
body{
margin-top:20px;
background:#eee;
}
.product-card {
position: relative;
max-width: 380px;
padding-top: 12px;
padding-bottom: 43px;
transition: all 0.35s;
border: 1px solid #e7e7e7;
background:#fff;
}
.product-card .product-head {
padding: 0 15px 8px;
}
.product-card .product-head .badge {
margin: 0;
}
.product-card .product-thumb {
display: block;
}
.product-card .product-thumb > img {
display: block;
width: 100%;
}
.product-card .product-card-body {
padding: 0 20px;
text-align: center;
}
.product-card .product-meta {
display: block;
padding: 12px 0 2px;
transition: color 0.25s;
color: rgba(140, 140, 140, .75);
font-size: 12px;
font-weight: 600;
text-decoration: none;
}
.product-card .product-meta:hover {
color: #8c8c8c;
}
.product-card .product-title {
margin-bottom: 8px;
font-size: 16px;
font-weight: bold;
}
.product-card .product-title > a {
transition: color 0.3s;
color: #343b43;
text-decoration: none;
}
.product-card .product-title > a:hover {
color: #ac32e4;
}
.product-card .product-price {
display: block;
color: #404040;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
}
.product-card .product-price > del {
margin-right: 6px;
color: rgba(140, 140, 140, .75);
}
.product-card .product-buttons-wrap {
position: absolute;
bottom: -20px;
left: 0;
width: 100%;
}
.product-card .product-buttons {
display: table;
margin: auto;
background-color: #fff;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}
.product-card .product-button {
display: table-cell;
position: relative;
width: 50px;
height: 40px;
border-right: 1px solid rgba(231, 231, 231, .6);
}
.product-card .product-button:last-child {
border-right: 0;
}
.product-card .product-button > a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s;
color: #404040;
font-size: 16px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.product-card .product-button > a:hover {
background-color: #ac32e4;
color: #fff;
}
.product-card:hover {
border-color: transparent;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-category-card {
display: block;
max-width: 400px;
text-align: center;
text-decoration: none !important;
}
.product-category-card .product-category-card-thumb {
display: table;
width: 100%;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-category-card .product-category-card-body {
padding: 20px;
padding-bottom: 28px;
}
.product-category-card .main-img, .product-category-card .thumblist {
display: table-cell;
padding: 15px;
vertical-align: middle;
}
.product-category-card .main-img > img, .product-category-card .thumblist > img {
display: block;
width: 100%;
}
.product-category-card .main-img {
width: 65%;
padding-right: 10px;
}
.product-category-card .thumblist {
width: 35%;
padding-left: 10px;
}
.product-category-card .thumblist > img:first-child {
margin-bottom: 6px;
}
.product-category-card .product-category-card-meta {
display: block;
padding-bottom: 9px;
color: rgba(140, 140, 140, .75);
font-size: 11px;
font-weight: 600;
}
.product-category-card .product-category-card-title {
margin-bottom: 0;
transition: color 0.3s;
color: #343b43;
font-size: 18px;
}
.product-category-card:hover .product-category-card-title {
color: #ac32e4;
}
.product-gallery {
position: relative;
padding: 45px 15px 0;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-gallery .gallery-item::before {
display: none !important;
}
.product-gallery .gallery-item::after {
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .26);
}
.product-gallery .video-player-button, .product-gallery .badge {
position: absolute;
z-index: 5;
}
.product-gallery .badge {
top: 15px;
left: 15px;
margin-left: 0;
}
.product-gallery .video-player-button {
top: 0;
right: 15px;
width: 60px;
height: 60px;
line-height: 60px;
}
.product-gallery .product-thumbnails {
display: block;
margin: 0 -15px;
padding: 12px;
border-top: 1px solid #e7e7e7;
list-style: none;
text-align: center;
}
.product-gallery .product-thumbnails > li {
display: inline-block;
margin: 10px 3px;
}
.product-gallery .product-thumbnails > li > a {
display: block;
width: 94px;
transition: all 0.25s;
border: 1px solid transparent;
background-color: #fff;
opacity: 0.75;
}
.product-gallery .product-thumbnails > li:hover > a {
opacity: 1;
}
.product-gallery .product-thumbnails > li.active > a {
border-color: #ac32e4;
cursor: default;
opacity: 1;
}
.product-meta {
padding-bottom: 10px;
}
.product-meta > a, .product-meta > i {
display: inline-block;
margin-right: 5px;
color: rgba(140, 140, 140, .75);
vertical-align: middle;
}
.product-meta > i {
margin-top: 2px;
}
.product-meta > a {
transition: color 0.25s;
font-size: 13px;
font-weight: 600;
text-decoration: none;
}
.product-meta > a:hover {
color: #8c8c8c;
}
.cart-item {
position: relative;
margin-bottom: 30px;
padding: 0 50px 0 10px;
background-color: #fff;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.cart-item .cart-item-label {
display: block;
margin-bottom: 15px;
color: #8c8c8c;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.cart-item .cart-item-product {
display: table;
width: 420px;
text-decoration: none;
}
.cart-item .cart-item-product-thumb, .cart-item .cart-item-product-info {
display: table-cell;
vertical-align: top;
}
.cart-item .cart-item-product-thumb {
width: 110px;
}
.cart-item .cart-item-product-thumb > img {
display: block;
width: 100%;
}
.cart-item .cart-item-product-info {
padding-top: 5px;
padding-left: 15px;
}
.cart-item .cart-item-product-info > span {
display: block;
margin-bottom: 2px;
color: #404040;
font-size: 12px;
}
.cart-item .cart-item-product-title {
margin-bottom: 8px;
transition: color, 0.3s;
color: #343b43;
font-size: 16px;
font-weight: bold;
}
.cart-item .cart-item-product:hover .cart-item-product-title {
color: #ac32e4;
}
.cart-item .count-input {
display: inline-block;
width: 85px;
}
.cart-item .remove-item {
right: -10px !important;
}
@media (max-width: 991px) {
.cart-item {
padding-right: 30px;
}
.cart-item .cart-item-product {
width: auto;
}
}
@media (max-width: 768px) {
.cart-item {
padding-right: 10px;
padding-bottom: 15px;
}
.cart-item .cart-item-product {
display: block;
width: 100%;
text-align: center;
}
.cart-item .cart-item-product-thumb, .cart-item .cart-item-product-info {
display: block;
}
.cart-item .cart-item-product-thumb {
margin: 0 auto 10px;
}
.cart-item .cart-item-product-info {
padding-left: 0;
}
.cart-item .cart-item-label {
margin-bottom: 8px;
}
}
.comparison-table {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.comparison-table table {
min-width: 750px;
table-layout: fixed;
}
.comparison-table .comparison-item {
position: relative;
margin-bottom: 10px;
padding: 13px 12px 18px;
background-color: #fff;
text-align: center;
box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.comparison-table .comparison-item .comparison-item-thumb {
display: block;
width: 80px;
margin-right: auto;
margin-bottom: 12px;
margin-left: auto;
}
.comparison-table .comparison-item .comparison-item-thumb > img {
display: block;
width: 100%;
}
.comparison-table .comparison-item .comparison-item-title {
display: block;
margin-bottom: 14px;
transition: color 0.25s;
color: #404040;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
.comparison-table .comparison-item .comparison-item-title:hover {
color: #ac32e4;
}
.remove-item {
display: block;
position: absolute;
top: -5px;
right: -5px;
width: 22px;
height: 22px;
padding-left: 1px;
border-radius: 50%;
background-color: #ff5252;
color: #fff;
line-height: 23px;
text-align: center;
box-shadow: 0 3px 12px 0 rgba(255, 82, 82, .5);
cursor: pointer;
}
.card-wrapper {
margin: 30px -15px;
}
@media (max-width: 576px) {
.card-wrapper .jp-card-container {
width: 260px !important;
}
.card-wrapper .jp-card {
min-width: 250px !important;
}
}