-
Notifications
You must be signed in to change notification settings - Fork 3
Home
( Heroku link goes here )
FarceBook is a web application inspired by Facebook that will be built using Ruby on Rails and React/Redux. By the end of Week 9, this app will, at a minimum, satisfy the following criteria with smooth, bug-free navigation, adequate seed data and sufficient CSS styling:
- Hosting on Heroku
- New account creation, login, and guest/demo login
- Profiles
- Friends
- Posts
- Comments on Posts
- News Feed
- Production README sample
Objective: Functioning rails project with front-end authentication
Objective: Users are able to view and edit their user profile page. Profiles have a working about page with information about them.
Objective: Users are able to send, accept, and reject friend requests. Profiles have list of accepted friends.
Objective: Users are able post on their own profile page and on a friends profile page. Users can edit their own posts. Profiles show index of own posts and directed posts by friends.
Objective: Users are able to comment on posts. Users can delete their own comments.
Objective: Users have a main index page showing posts by their friends.
Objective: Users can 'like' and 'unlike' both posts and comments. Posts and comments show number of likes.
- Likes
- Notifications
- Search