To implement a comments section that displays user comments and a field that allows users to add new comments
What were you told to do?
The comments section is visible on the product details page.
Existing comments are displayed in chronological order.
Users can input and post new comments using a text field.
Implement the Comments Section (display area and field) in the Edit Product Details Page #1402
What did you do?
I impemeted a comment text area in the product detail edit page.
The feature allowss users to add a comment and see their comment too.
However, since its not fetching data from the backend users won't able to save their profile picture.
Description
Github Issue: https://github.com/hngprojects/hng_boilerplate_nextjs/issues/1402
Closes #issue_number_here
Changes proposed
To implement a comments section that displays user comments and a field that allows users to add new comments
What were you told to do?
The comments section is visible on the product details page. Existing comments are displayed in chronological order. Users can input and post new comments using a text field.
Implement the Comments Section (display area and field) in the Edit Product Details Page #1402
What did you do?
I impemeted a comment text area in the product detail edit page. The feature allowss users to add a comment and see their comment too. However, since its not fetching data from the backend users won't able to save their profile picture.
attached is the screenshort
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Screenshots/Videos