Last active
February 2, 2020 04:59
-
-
Save asktami/a6900577b9fa4222a11e477e78f8fa7a to your computer and use it in GitHub Desktop.
bloc-second-fullstack-capstone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Module 23 = | |
| APP NAME: FlickLog | |
| Movie diary and watchlist | |
| - use TheMovieDb API (https://www.themoviedb.org/) | |
| - 1st screen shows instructions and buttons to browse / login / register | |
| - browse: search form to search for movies by title + list of moview noew playing in theatres | |
| - anyone can register and login | |
| - anyone can search for a movie and see movie details and reviews added by other users | |
| - only after logging in can users can add/update/delete a movie review; they can only edit/delete a review they created | |
| - after logging in a user can search for movies, and: | |
| -- can click on movie to: | |
| -- add a review | |
| -- add that movie to their ‘watch list’ | |
| -- can click on their 'watch list' to view a list of movies they want to see |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment