zohaibshahzadkhan / SocialVibe-React-App

The goal of SocialVibe is to create an innovative social media platform that fosters meaningful connections and engaging interactions among users. By integrating modern web technologies and user-centric design principles, SocialVibe aims to offer a seamless and enjoyable experience for sharing content and building communities.
https://socialvibe-reactapp-266cf4a0de7e.herokuapp.com/
0 stars 0 forks source link

Delete Existing Post #2

Closed zohaibshahzadkhan closed 3 months ago

zohaibshahzadkhan commented 3 months ago

Description:

As a user, I should be able to delete my posts so that I can remove any posts I no longer want to be displayed. (Related Epic: https://github.com/zohaibshahzadkhan/SocialVibe-React-App/issues/23)

Acceptance Criteria: The user can see a "Delete" Icon when they option next to their own posts. The post is removed from the display without reloading the page. An appropriate success message is shown after the post is deleted. If the delete action fails, an error message is displayed.