A58-JS-Team-07 / web-project-1

This is a team repository for our first Telerik project, building a Giphy single page app
0 stars 0 forks source link

Feature: Favorite functionality #12

Open banch3v opened 2 months ago

banch3v commented 2 months ago

Favorite Gif - The application should have a favorite gif functionality, that will allow the user to make a gif his favorite and display it somewhere in the app. If the user hasn’t chosen a favorite gif yet, he should be notified, and a random gif will be shown as a favorite. You can do this by storing the chosen favorite gif’s id in the browser’s local storage and then use the get-gif-by-id endpoint and if the user has no favorite gif yet, you can use the random endpoint.