Skip to content

Commit

Permalink
Create examples.md
Browse files Browse the repository at this point in the history
satisfies how requirement in docs
  • Loading branch information
nathankohen authored Nov 28, 2023
1 parent e9273ff commit 7597ade
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Movie Recommendation Mechanism
### (Modified in project 3)
**The user selects upto 5 movies to get a tailored watchlist and provide feedback for the same**

<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/recommend_mechanism.gif" width="600" height="375">

## Email Notifier
**The user sends his/her movies feedback via an email (Notify Me button)**

<div style="display: flex; justify-content: space-between;">
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/email_notifier.gif" alt="Email Notifier" width="600" height="375">
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/email.png" alt="Email" width="400" height="400">
</div>

## Create an Account
### (NEW in project 3)
**Users can now create accounts, persisting data including their movie reviews and recommendations**
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/create_account.gif" width="600" height="375">

## Login to account
### (NEW in project 3)
**The user can log in to their account securly with encrypted passwords stored in our database**
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/login.gif" width="600" height="375">

## Profile and Friends
### (NEW in project 3)
**The user can add friends, view the movies reviewed by the friends, and see their reviewed movies in their profile**
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/profile.gif" width="600" height="375">

## Wall
### (NEW in project 3)
**The user can interact with other users, by viewing a community sourced wall of recent moview reviews**
<img src="https://github.com/brwali/PopcornPicks/blob/master/asset/wall.gif" width="600" height="375">

0 comments on commit 7597ade

Please sign in to comment.