diff --git a/src/App.js b/src/App.js
index 4877fdd..63813a3 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,6 +1,7 @@
import {BrowserRouter as Router,Switch,Route} from 'react-router-dom';
import Home from './Components/Home/Home';
import Header from './Components/Headder/Header'
+import ViewBook from './Components/ViewBook/ViewBook'
import AddIcon from './Components/AddIcon/AddIcon';
function App() {
@@ -15,8 +16,8 @@ function App() {
Add book
-
-
view book
+
+
diff --git a/src/Components/ViewBook/CommentCard/CommentCard.js b/src/Components/ViewBook/CommentCard/CommentCard.js
new file mode 100644
index 0000000..c5b6150
--- /dev/null
+++ b/src/Components/ViewBook/CommentCard/CommentCard.js
@@ -0,0 +1,33 @@
+import React from 'react'
+import './CommentCard.scss'
+import ThumbUpAltOutlinedIcon from '@material-ui/icons/ThumbUpAltOutlined';
+
+
+function CommentCard(props) {
+ return (
+
+
+
+
{props.name}
+
+
+ {props.comment}
+
+
+
+ {props.like}
+
+
+ {props.unlike}
+
+
+
+
+ );
+}
+
+
+export default CommentCard
diff --git a/src/Components/ViewBook/CommentCard/CommentCard.scss b/src/Components/ViewBook/CommentCard/CommentCard.scss
new file mode 100644
index 0000000..d271240
--- /dev/null
+++ b/src/Components/ViewBook/CommentCard/CommentCard.scss
@@ -0,0 +1,78 @@
+@import '../../Variables/variables';
+
+.comment_container{
+ width: 100%;
+ margin: 25px 0 0;
+
+ #user_name{
+ display: flex;
+ align-items: center;
+ font-family: $raleway;
+
+ img{
+ object-fit: contain;
+ width: 40px;
+ border-radius: 50%;
+ }
+
+ p{
+ font-size: 18px;
+ font-weight: 500;
+ margin: 0 15px;
+ }
+ }
+
+ p{
+ font-family: $montserrat;
+ font-size: 18px;
+ margin: 25px 0 25px;
+ }
+
+ #like_container{
+ display: flex;
+ margin: 0 0 25px;
+
+
+
+ .like_up,.like_down{
+ display: flex;
+ margin: 0 10px 0;
+ align-items: center;
+
+ span{
+ margin: 0 5px;
+ }
+ }
+
+ }
+}
+
+
+@media screen and (max-width:750px){
+ .comment_container{
+ width: 100%;
+ margin: 15px 0 0;
+ padding: 5px;
+
+ #user_name{
+ img{
+ width: 30px;
+ }
+
+ p{
+ font-size: 12px;
+ font-weight: 300;
+ margin: 0 10px;
+ }
+ }
+
+ p{
+ font-size: 12px;
+ margin: 15px 0 15px;
+ }
+
+ #like_container{
+ margin: 0 0 15px;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Components/ViewBook/ViewBook.js b/src/Components/ViewBook/ViewBook.js
index 296f9af..dadd9c0 100644
--- a/src/Components/ViewBook/ViewBook.js
+++ b/src/Components/ViewBook/ViewBook.js
@@ -1,11 +1,98 @@
import React from 'react'
+import './ViewBook.scss'
+import StarIcon from '@material-ui/icons/Star';
+import StarOutlineIcon from '@material-ui/icons/StarOutline';
+import CommentCard from './CommentCard/CommentCard'
const ViewBook = () => {
+
+ const comments = [
+ {
+ name:'Amshen Yesudas',
+ image:'https://avatars.githubusercontent.com/u/65121810?v=4',
+ like:'5678',
+ unlike:'124',
+ comment:"Nick's been feeling the same, but he's got a lot on his mind - not least coming out to his dad, ajnd the fact that Charlie might have an eating disorder.",
+
+ },
+ {
+ name:'Mushin',
+ image:'https://avatars.githubusercontent.com/u/65121810?v=4',
+ like:'1535',
+ unlike:'124',
+ comment:"Nick's been feeling the same, but he's got a lot on his mind - not least coming out to his dad, ajnd the fact that Charlie might have an eating disorder.",
+
+ },{
+ name:'Rishad',
+ image:'https://avatars.githubusercontent.com/u/65121810?v=4',
+ like:'9000',
+ unlike:'124',
+ comment:"Nick's been feeling the same, but he's got a lot on his mind - not least coming out to his dad, ajnd the fact that Charlie might have an eating disorder.",
+
+ }
+ ]
+
+
return (
-
-
+
+
+
+
+
The Alchemist
+
by Paulo Coelho's
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Paulo Coelho's enchanting novel has inspired a devoted following
+ around the world. This story, dazzling in its powerful simplicity
+ and soul-stirring wisdom, is about an Andalusian shepherd boy named
+ Santiago who travels from his homeland in Spain to the Egyptian
+ desert in search of a treasure buried near the Pyramids. Along the
+ way he meets a Gypsy woman, a man who calls himself king, and an
+ alchemist, all of whom point Santiago in the direction of his quest.
+ No one knows what the treasure is, or if Santiago will be able to
+ surmount the obstacles in his path.
+ But what starts out as a journey
+ to find worldly goods turns into a discovery of the treasure found
+ within. Lush, evocative, and deeply humane, the story of Santiago is
+ an eternal testament to the transforming power of our dreams and the
+ importance of listening to our hearts
+