PrasanBora / Linkedin_clone

0 stars 1 forks source link

JavaScript implementation for LinkedIn-style post functionality including creating posts, deleting posts, liking, and commenting features. #2

Open Trishashetty11 opened 4 days ago

Trishashetty11 commented 4 days ago

Key features:

Users can only delete their own posts Users can only delete their own comments Likes are unique per user (can't like twice) Each post and comment has timestamps Comments can be tracked back to their authors

Trishashetty11 commented 4 days ago

@PrasanBora Please assign me this issue and put as hackoctober fest accepted.

PrasanBora commented 3 days ago

@Trishashetty11 Users can only delete their own posts this feature already implemented Likes are unique per user (can't like twice) this feature already implemented Each post and comment has timestamps this feature already implemented work on Users can only delete their own comments or any other comment on his post Comments can be tracked back to their authors add link to the user profile name /image Also work on main issue of searching the user in db