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: View comments

adamhatton opened this issue · comments

As a user
I can see comments on quizzes
So that I can read what other users think about the quizzes

Acceptance Criteria

  • Users should be able to see all comments that have been submitted to a quiz
  • If there are lots of comments, the user should be able to 'infinitely scroll' to see them all

Tasks

  • Add Comment Component
  • Add Comment Component to QuizPage JSX
  • Add InfiniteScroll component to handle comments