emojipages
emojipages copied to clipboard
Add Goodreads link for items starting with A to E in the data.js file
If you would like to work on this Issue, comment below and wait for confirmation before starting to code.
Add the itemLink
url for book objects that start with A to E in the data.js file.
The object currently looks like this:
{
title: "Alexander Hamilton",
author: "Ron Chernow",
emojiImgs: "πΊπΈβοΈπ΅π¨",
genres: ["non-fiction", "biography"],
year: 2004
}
It should now look like this:
{
title: "Alexander Hamilton",
author: "Ron Chernow",
emojiImgs: "πΊπΈβοΈπ΅π¨",
genres: ["non-fiction", "biography"],
year: 2004,
itemLink: "https://www.goodreads.com/book/show/16130.Alexander_Hamilton"
}
The itemLink
should be a link to the book on Goodreads.
Also for your section of objects (starting with A to E) if they are not already in the correct alphabetical order, please reorder them so that they are in alphabetical order.
Hi! Can I take this one?
Hi @maxleee, sure I will assign this to you!