user can sign up (first name, last name, email, password)
an unauthenticated or authenticated user can search for movies & tv shows (keyword search)
app displays of matching movies & tv shows with thumbnail image, title, year, description, streaming links (if available)
an authenticated user can select a show and add it to their watch list
an authenticated user can navigate to their watch list to see all the shows they have selected
an authenticated user can rate a show in their watchlist (thumbs up or thumbs down)
an authenticated user can select a show in their watchlist and can open their email client, where they can send their recommendation to anyone they want. the title and body of the email will be pre-populated with show details, the user only needs to supply the email address.
an authenticated user can remove a show from their watchlist.
an authenticated can select a show in their watchlist, and choose "find other shows like this", which will search for other shows they might like.