Will-WHyd / Jukebox_Hackathon_WPJ

Hackathon Project 1, with Will, Paddy, and Jack
0 stars 0 forks source link

USER STORY: Favorite videos/playlist #8

Open Will-WHyd opened 19 hours ago

Will-WHyd commented 19 hours ago

As a user I can select certain video results as my favorite so that I can view a list later.

Success Critera

  1. A 'favorite' button will be visible on the video cards, which a user can click to save the information of.
  2. This button will push the information as an object, to a FAVORITES Object or array.
  3. User can click on the favorites button to display a card that lists the objects in the favorites array.

Tasks