emojipages icon indicating copy to clipboard operation
emojipages copied to clipboard

Add Goodreads link for items starting with A to E in the data.js file

Open brittanyrw opened this issue 5 years ago β€’ 2 comments

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.

brittanyrw avatar Oct 08 '19 15:10 brittanyrw

Hi! Can I take this one?

maxleee avatar Oct 11 '19 13:10 maxleee

Hi @maxleee, sure I will assign this to you!

brittanyrw avatar Oct 11 '19 13:10 brittanyrw