Skip to content

Conversation

mariehd
Copy link
Member

@mariehd mariehd commented Sep 2, 2026

Endringer

  • Opprettet SongCard-komponent
  • SongCard tar imot et Song-objekt som prop
  • Viser sangtittel og artist
  • La til plassholdere for sangtekst og bilde
  • Koblet SongCard til App.tsx og viser første sang fra den hardkodede sanglisten
  • Satt opp main.tsx med React StrictMode og QueryClientProvider

Test

  • npm run lint fungerer uten feil
  • npm run build fungerer uten feil
  • SongCard vises korrekt i applikasjonen når man kjører 'nmp run dev' og åpner lenken

Closes #5

@mariehd mariehd requested a review from a team as a code owner September 2, 2026 21:37
@mariehd mariehd linked an issue Sep 2, 2026 that may be closed by this pull request
2 tasks
@mariehd mariehd requested a review from ellahw September 2, 2026 21:38
Copy link
Member

@ellahw ellahw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser bra ut!

@mariehd mariehd merged commit 59d1bc1 into main Sep 3, 2026
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lag SongCard-komponent (statisk)
2 participants