StarMindz / Movies-Javascript-Group-Capstone

This is a Movie webapp for checking out latest movies and series. You can like, comment on and reserve a movie. This capstone shows you movies and shows using 3 APIs, one from where we retreive the shows, and the other one Involvement API which stores and deliver comments and likes for each movie and the other for the reserve
3 stars 0 forks source link

[3pt] - Create feature: add new like - Student A #9

Open StarMindz opened 2 years ago

StarMindz commented 2 years ago

When the user clicks on the Like button of an item (on Homepage), the interaction is recorded in the Involvement API and the screen is updated.