tmarkec / take_a_hike

0 stars 1 forks source link

Registered user can like posts #7

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a registered user I want to be able to like/unlike posts so that I can support certain posts without leaving a comment

tmarkec commented 1 year ago

Acceptance criteria:

  1. Icon displayed under posts indicating like and number of likes
  2. When clicked counter of the icon should increase
  3. If post liked already when icon clicked counter should decrease

Tasks:

  1. Create like button on the template
  2. Create function that handles like button on the template
  3. Add methods to display number of likes on post page