Skip to content

Commit 2da4959

Browse files
committed
Build out artist image functionality
1 parent bdaa272 commit 2da4959

19 files changed

+1137
-23152
lines changed

package-lock.json

Lines changed: 1091 additions & 23139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@testing-library/user-event": "^12.8.3",
99
"node-sass": "^6.0.0",
1010
"react": "^17.0.2",
11+
"react-devtools": "^4.14.0",
1112
"react-dom": "^17.0.2",
1213
"react-dropdown-select": "^4.7.4",
1314
"react-redux": "^7.2.4",

src/assets/artistsDataset.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const artistImageData = [
2+
{name: 'Radiohead', id: 'a74b1b7f-71a5-4011-9441-d0b5e4122711',link: 'https://upload.wikimedia.org/wikipedia/commons/7/7b/RadioheadMontreal170718-118_%2843553165042%29.jpg'},
3+
{name: 'David Bowie', id: '5441c29d-3602-4898-b1a1-b77fa23b8e50', link: 'https://upload.wikimedia.org/wikipedia/commons/e/e8/David-Bowie_Chicago_2002-08-08_photoby_Adam-Bielawski-cropped.jpg'},
4+
{name: 'Kanye West', id: '164f0d73-1234-4e2c-8743-d77bf2191051',link: 'https://upload.wikimedia.org/wikipedia/commons/c/cd/Kanye_West_Lollapalooza_Chile_2011_2.jpg'},
5+
]
6+
7+
export default artistImageData;

src/assets/images/accessibility.png

-12.4 KB
Binary file not shown.
-275 KB
Binary file not shown.

src/assets/images/black-cloth.jpeg

-192 KB
Binary file not shown.

src/assets/images/css-logo.png

-3.33 KB
Binary file not shown.

src/assets/images/cypress-logo.jpeg

-59.5 KB
Binary file not shown.

src/assets/images/dark-sky.jpeg

-102 KB
Binary file not shown.

src/assets/images/html-logo.png

-3.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)