MBilalQureshi/versus-drf-m5

USER STORY: Comments section under posts

Closed this issue · 1 comments

As a logged-in user I can add comments to a post so that I can share my thoughts about the post

Acceptance Criteria

  • Under every post there should be a text area to add comments.
  • User can type in the text area and can press post to add a comment.
  • There should be a placeholder text in the text area saying my comments.

Tasks

  • Create a form where users post comments related posts.
  • There should be a button saying post.
  • The text area should be resizeable.
  • This area must be responsive.
  • Test functionality.

This issue is now closed.