-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from SCCapstone/s-orug-128
Books cart and checkout page
- Loading branch information
Showing
19 changed files
with
918 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,60 @@ | ||
const books = [ | ||
{ | ||
name: "Steve Jobs", | ||
title: "Steve Jobs", | ||
author: "Walter Issacson", | ||
image: require("./Books/stevejobs.png"), | ||
review: | ||
imageId: require("./Books/stevejobs.png"), | ||
summary: | ||
"SJ A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Walter Issacson/Steve Jobs", | ||
stars: 3, | ||
price: 12.5, | ||
qty: "40+", | ||
stock: 40, | ||
genre: "", | ||
sold: "6", | ||
quantitySold: "6", | ||
date: "2006-08-25", | ||
}, | ||
{ | ||
name: "Go-To-Dinners", | ||
title: "Go-To-Dinners", | ||
author: "Ina Garten", | ||
image: require("./Books/gotodinners.png"), | ||
review: | ||
imageId: require("./Books/gotodinners.png"), | ||
summary: | ||
"GTD A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Ina Garten/Go-To-Dinners", | ||
stars: 3, | ||
price: 120.99, | ||
qty: "40+", | ||
stock: 40, | ||
genre: "", | ||
sold: "3", | ||
quantitySold: "3", | ||
date: "2020-03-23", | ||
}, | ||
{ | ||
name: "How Easy is That?", | ||
title: "How Easy is That?", | ||
author: "Ina Garten", | ||
image: require("./Books/howeasyisthat.png"), | ||
review: | ||
imageId: require("./Books/howeasyisthat.png"), | ||
summary: | ||
"HET A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Ina Garten/How Easy is That", | ||
stars: 3, | ||
price: 15.99, | ||
qty: "40+", | ||
stock: 40, | ||
genre: "", | ||
sold: "23", | ||
quantitySold: "23", | ||
date: "2022-04-11", | ||
}, | ||
{ | ||
name: "Jane Eyre", | ||
title: "Jane Eyre", | ||
author: "Charlotte Bronte", | ||
image: require("./Books/janeeyre.png"), | ||
review: | ||
imageId: require("./Books/janeeyre.png"), | ||
summary: | ||
"JE A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Charlotte Bronte/Jane Eyre", | ||
stars: 3, | ||
price: 16.99, | ||
qty: "40+", | ||
stock: 40, | ||
genre: "", | ||
sold: "43", | ||
quantitySold: "43", | ||
date: "2016-06-01", | ||
}, | ||
|
||
{ | ||
name: "Steve Jobs", | ||
author: "Walter Issacson", | ||
image: require("./Books/stevejobs.png"), | ||
review: | ||
"SJ A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Walter Issacson/Steve Jobs2", | ||
stars: 3.5, | ||
price: 12.99, | ||
qty: "40+", | ||
genre: "", | ||
sold: "12", | ||
date: "2014-11-05", | ||
}, | ||
{ | ||
name: "Go-To-Dinners", | ||
author: "Ina Garten", | ||
image: require("./Books/gotodinners.png"), | ||
review: | ||
"GTD A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Ina Garten/Go-To-Dinners2", | ||
stars: 3, | ||
price: 12.99, | ||
qty: "40+", | ||
genre: "", | ||
sold: "12", | ||
date: "2006-08-25", | ||
}, | ||
{ | ||
name: "How Easy is That?", | ||
author: "Ina Garten", | ||
image: require("./Books/howeasyisthat.png"), | ||
review: | ||
"HET A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Ina Garten/How Easy is That2", | ||
stars: 3, | ||
price: 12.99, | ||
qty: "40+", | ||
genre: "", | ||
sold: "56", | ||
date: "2016-01-19", | ||
}, | ||
{ | ||
name: "Jane Eyre", | ||
author: "Charlotte Bronte", | ||
image: require("./Books/janeeyre.png"), | ||
review: | ||
"JE A genius book about an incredible mind, yadda yadda blah blah blah lots of gushing and awing because I like books.", | ||
link: "/Charlotte Bronte/Jane Eyre2", | ||
stars: 3, | ||
price: 1.99, | ||
qty: "40+", | ||
genre: "", | ||
sold: "0", | ||
date: "2010-10-26", | ||
}, | ||
} | ||
]; | ||
|
||
export default books; | ||
export default books; |
Oops, something went wrong.