-
Notifications
You must be signed in to change notification settings - Fork 1
Features List
Andrew Bui edited this page Apr 29, 2022
·
1 revision
- Users are able to create an account, log into an existing account, and log out of their account if they are already logged in
- Users are also able to explore the website through a demo user
- Registered and authorized users are able to post (CREATE) new photos and view (READ) photos that are on their feed
- Users are also able to edit (EDIT) and delete (DELETE) their own posts
- Registered and authorized users are able to post comments under anyone’s photos and are able to see comments * from all users that were made under photos.
- Users are also able to edit (EDIT) and delete (DELETE) their own comments
- Users are able to like and unlike photos on their feed
- Number of likes are displayed under the photo
- Users are able to follow other users of the website
- When a user is followed, their photos show up on the home feed
- Users are also able to unfollow people they are currently following and simultaneously removing the unfollowed users’ photos from their feed