adamhatton / quizle

Frontend React repository for Project Portfolio 5 of the Code Institute Full Stack Web Dev Diploma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY: Create a comment

adamhatton opened this issue · comments

As a logged in user
I can add comments to a quiz
So that I can share my thoughts about the quiz

Acceptance Criteria

  • Logged in users should be able to see a comment form below each quiz
  • Logged out users should not be able to see a comment form
  • Logged in users should be able to enter a comment into the form and press a button to submit their comment

Tasks

  • Add CommentCreateForm.js
  • Add function for submitting a comment
  • Add styling to the component
  • Add comment component
  • Add JSX for displaying comment component on QuizPage
  • Add styling for comment component