Skip to content

Commit

Permalink
fix(client): update defaultAppPost desc
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-ojha committed May 29, 2022
1 parent cb47c35 commit 8b7a45b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Features:
* You can Follow/UnFollow user.
* NOTE: If bot the user follow each other then they will become friends
* NOTE: If both the user follow each other then they will become friends
* You would get the notification if someone follows you
* You can chat to other users in real time
* You can Post your thought
Expand Down
19 changes: 14 additions & 5 deletions client/src/components/DefaultSocialPost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const DefaultSocialPost = () => {
{/* for small screen */}
You can Follow user through suggested user or followed by user
by clicking the right side blinking array button
<ul>
<li>fds</li>
</ul>
</li>
) : (
<li>
Expand All @@ -36,17 +39,23 @@ const DefaultSocialPost = () => {
want to follow
</li>
<li>
You can Post you thought, comment you thought on post or like
the post
NOTE: if both the user follow each other then they will become
friends and you would get the notification if someone follows
you
</li>
<li>You can chat to other users</li>
<li>You can chat to other users in real time</li>
<li>You can Post you thought</li>
<li>You can comment on posts</li>
<li>You can like the posts</li>
<li>You can see other user stories that you had followed on</li>
<li>You can see your's and other user profile</li>
<li>You can see your's and other users profile</li>
<li>
You can watch and search youtube videos from the video page
</li>
<li>
You can change profile picture, unique userID/username,
displayed name or password on Setting page
</li>
<li>You can watch and search videos from the video page</li>
</ul>
</div>
</div>
Expand Down

1 comment on commit 8b7a45b

@roman-ojha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for social ready!

✅ Preview
https://social-49np2sva1-razzroman98-gmailcom.vercel.app
https://rsocial.vercel.app

Built with commit 8b7a45b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.