StephMode / art-gallery-app

0 stars 0 forks source link

#01 User Story 1: List of all Art Pieces #1

Open StephMode opened 12 hours ago

StephMode commented 12 hours ago

Value Proposition

As an art enthusiast

I want to see a list of all art pieces

so that I can get an overview of all art pieces.

Acceptance Criteria

[ ] All art pieces are displayed as a list [ ] Each art piece's image is displayed [ ] Each art piece's title is displayed [ ] Each art piece's artist is displayed

Tasks

StephMode commented 8 hours ago

Task 1 Fetch all art pieces with SWR in pages/index.js ./pages/index.js

Completion Time: 0,5 h

StephMode commented 8 hours ago

Task 2 Create the component ArtPieces to render a list ./components/ArtPieces

Completion Time: 0,25 h

StephMode commented 7 hours ago

Task 3 ArtPieces props: pieces ./index.js ./comps/ArtPieces/index.js