Allow users to create and view comments on code snippets. Create a form to submit new comments and display all comments for each snippet.
Expectations
- Users can leave comments on code snippets.
- Comment form and all comments are displayed for each snippet when the comment button is clicked.
- Real-time updates are shown when new comments are added.
Allow users to create and view comments on code snippets. Create a form to submit new comments and display all comments for each snippet.
Expectations