kennethngyen / cse110-triton-music

0 stars 0 forks source link

Set up music feed page (MVP) #32

Closed k3liang closed 2 weeks ago

k3liang commented 2 weeks ago

As a user, I want the ability to share my favorite music and see other friends’ song recommendations, so that I can better connect with my friends and expand my own taste through theirs.

if Kevin is done with /get,

hit the API endpoint --> localhost:8080/get --> [objects]

constants -- > [obj]

for each obj in arr return

feedItem.song
Basic Feed UI — 2 hours Fetch and Display Shared Songs — 2 hour Share Song Functionality — 2 hour

Tests: Feed Rendering Test Data Fetch Test Song Sharing Test