Skip to content

Commit bea4451

Browse files
committed
updating the whole project from local repo to github repo
0 parents  commit bea4451

21 files changed

+572
-0
lines changed

public/favicon.ico

21.9 KB
Binary file not shown.

public/index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet" />
6+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta
10+
name="description"
11+
content="Web site created using create-react-app"
12+
/>
13+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
14+
<link rel="stylesheet" href=".node_modules/react-bootstrap-table/dist/react-bootstrap-table.min.css">
15+
16+
17+
<link rel="apple-touch-icon" href="logo192.png" />
18+
<!--
19+
manifest.json provides metadata used when your web app is installed on a
20+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
21+
-->
22+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
23+
<!--
24+
Notice the use of %PUBLIC_URL% in the tags above.
25+
It will be replaced with the URL of the `public` folder during the build.
26+
Only files inside the `public` folder can be referenced from the HTML.
27+
28+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
29+
work correctly both with client-side routing and a non-root public URL.
30+
Learn how to configure a non-root public URL by running `npm run build`.
31+
-->
32+
<title>React App</title>
33+
</head>
34+
<body class="whole">
35+
<noscript>You need to enable JavaScript to run this app.</noscript>
36+
<div id="root"></div>
37+
<!--
38+
This HTML file is a template.
39+
If you open it directly in the browser, you will see an empty page.
40+
41+
You can add webfonts, meta tags, or analytics to this file.
42+
The build step will place the bundled scripts into the <body> tag.
43+
44+
To begin the development, run `npm start` or `yarn start`.
45+
To create a production bundle, use `npm run build` or `yarn build`.
46+
-->
47+
</body>
48+
</html>

public/logo192.png

8.38 KB
Loading

public/logo512.png

22.4 KB
Loading

public/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *

src/App.css

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
@font-face {
2+
font-family: sffont;
3+
src: url(sf-pro.ttf);
4+
}
5+
.wholeBody .row{
6+
margin-left: 0 !important;
7+
margin-right: 0 !important;
8+
}
9+
label.filter-label {
10+
display: block;
11+
width: 100%;
12+
margin-left: 34%;
13+
height: 0px;
14+
margin-top: -14px;
15+
}
16+
.form-control{
17+
width: 40% !important;
18+
}
19+
20+
body.whole{
21+
font-family: sffont !important;
22+
background-color: #F6F8F9 !important;
23+
}
24+
.wholeBody{
25+
background-image: url('images/background.png');
26+
background-size: 1440px 962px;
27+
background-repeat: no-repeat;
28+
background-position: top center;
29+
color: #173753 !important;
30+
}
31+
.bgcenter{
32+
background-color: #ffffff !important;
33+
color: #173753;
34+
}
35+
.intro-content{
36+
background-color: #f4f4f4;
37+
padding: 0px !important;
38+
margin: 0px !important;
39+
}
40+
.image-nopadding{
41+
padding: 0px;
42+
}
43+
.alert-sucess, .alert-danger{
44+
position: relative;;
45+
z-index: 9999;
46+
}
47+
.restaurant_value{
48+
background-color: #f2f2f2;
49+
}
50+
51+
/**pagination**/
52+
.pagination {
53+
margin: 15px auto;
54+
display: flex;
55+
list-style: none;
56+
outline: none;
57+
}
58+
.pagination > .active > a{
59+
background-color: #47ccde ;
60+
border-color: #47ccde ;
61+
color: #fff;
62+
}
63+
.pagination > li > a{
64+
border: 1px solid #47ccde ;
65+
padding: 5px 10px;
66+
outline: none;
67+
cursor: pointer;
68+
}
69+
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
70+
background-color: #47ccde ;
71+
border-color: #47ccde;
72+
outline: none ;
73+
}
74+
.pagination > li > a, .pagination > li > span{
75+
color: #47ccde
76+
}
77+
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
78+
border-radius: unset
79+
}
80+
81+
.reviewHead{
82+
color: #ffffff;
83+
}
84+
.intro{
85+
font-size: 16px;
86+
color:#ffffff;
87+
line-height: 22px;
88+
}
89+
.introBold{
90+
color: #FFFFFF;
91+
font-size: 32px !important;
92+
font-weight: 600;
93+
line-height: 38px !important;
94+
}
95+
.styles_kPagination__1qVvD{
96+
padding: 0!important;
97+
}
98+
99+
.styles_kPaginationListPage__2_6Ph{
100+
width: 67%;
101+
margin: auto !important;
102+
padding-top: 10px;
103+
padding-bottom: 10px;
104+
}
105+
.labelsort{
106+
font-size: 14px !important;
107+
color:#ffffff !important;
108+
}
109+
.reviewCount{
110+
color:#173753;
111+
font-size: 15px;
112+
border-radius:4px;
113+
font-size: 34px;
114+
line-height: 45px;
115+
}
116+
.reviewedby{
117+
color: #5B7186 !important;
118+
font-size: 14px !important;
119+
}
120+
.lineheightSmall{
121+
line-height: 18px;
122+
}
123+
.lineheightLarge{
124+
line-height: 24px;
125+
}
126+
.inner_content{
127+
font-size: 16px !important;
128+
}
129+
.author{
130+
font-size: 14px !important;
131+
}

src/Review.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from 'react';
2+
import ReviewList from './ReviewList';
3+
4+
//Calling the data component here
5+
function Review() {
6+
return (
7+
<ReviewList />
8+
9+
);
10+
}
11+
12+
export default Review;

0 commit comments

Comments
 (0)