jayb2302 / Drinx

DWP Project for 1 Semester in Web Development
0 stars 0 forks source link

feat(like-count) #40

Closed jayb2302 closed 2 weeks ago

jayb2302 commented 2 weeks ago

Purpose

Adds a like count feature to display the number of likes each cocktail receives.
• Displays the like count next to the like/unlike button on the cocktail index and view pages. • Updates dynamically when a user likes or unlikes a cocktail.

Users can like or unlike a cocktail, with the count reflecting changes in real time.