Font: off-white - #F5F5F1
Buttons: red - #DC3545
Seconary-Buttons: darker - #B81D24
Primary-Background - #181D2F
Seconary-Background: lighter - #0E111D
- allow user login
- allow user log-out
- allow user to search for a movie
- allow user to post movie review
- allow user to post movie rating
- allow user to comment on another's review
- allow user to create a profile
- allow user to add movie to watch-list
- allow user to add movie to already-watched list
- allow user to comment
- allow CRUD of movies, at least on backend
- user view profile page
- working db integration with Firebase
- user logs on, sees themed splash page
- user makes account or signs in with google
- user greeted with Activity Feed of reviews
- user comments on reviews, maybe
- (for production) user prompted to add their friends?
- user searches for a movie
- user rates / reviews a movie
- user adds other movies to their to-watch list
- user views / modifies their profile
- user logs oout
- Users
- displayName(username)
- photoURL(profile picture)
- watched(list)
- ratings
- watchlist
- friendlist
- Posts
- comments
- Ratings
- movies