Skip to content

shrutibakutra/Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Social-Network

*A Twitter-like social network website for making posts and following users. This Project is focused in both front-end and back-end. For django API calling, JavaScript has been used.

Major Functionalities:

  1. Add a new post : Users who are signed in are able to write a new text-based post by filling in text into a text area and then clicking a button to submit the post.

  2. See all post : The “All Posts” link in the navigation bar takes the user to a page where they can see all posts from all users, with the most recent posts first.

  3. Profile page : Clicking on a username loads that user’s profile page Where a user can see another user's posts, followers and followings.

  4. Follow/Unfollow: A user who is signed in, this page also displays a “Follow” or “Unfollow” button that will let the current user toggle whether or not they are following this user’s posts.

  5. Pagination : On any page that displays posts, posts are only be displayed 10 on a page.

  6. Like/Unlike a post : Users are be able to click a button on any post to toggle whether or not they “like” that post.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors