Submitted by: Taliyah Harvey
Estimated time spent: 19 hours spent in total
Deployed Application (optional): Flixster Deployed Site
- Display Movies
- Users can view a list of current movies from The Movie Database API in a grid view.
- Movie tiles should be reasonably sized (at least 6 playlists on your laptop when full screen; large enough that the playlist components detailed in the next feature are legible).
- For each movie displayed, users can see the movie's:
- Title
- Poster image
- Vote average
- Users can load more current movies by clicking a button which adds more movies to the grid without reloading the entire page.
- Users can view a list of current movies from The Movie Database API in a grid view.
- Search Functionality
- Users can use a search bar to search for movies by title.
- The search bar should include:
- Text input field
- Submit/Search button
- Clear button
- Movies with a title containing the search query in the text input field are displayed in a grid view when the user either:
- Presses the Enter key
- Clicks the Submit/Search button
- Users can click the Clear button. When clicked:
- All text in the text input field is deleted
- The most recent search results are cleared from the text input field and the grid view and all current movies are displayed in a grid view
- Design Features
- Website implements all of the following accessibility features:
- Semantic HTML
- Color contrast
- Alt text for images
- Website implements responsive web design.
- Uses CSS Flexbox or CSS Grid
- Movie tiles and images shrink/grow in response to window size
- Users can click on a movie tile to view more details about a movie in a pop-up modal.
- The pop-up window is centered in the screen and does not occupy the entire screen.
- The pop-up window has a shadow to show that it is a pop-up and appears floating on the screen.
- The backdrop of the pop-up appears darker or in a different shade than before. including:
- The pop-up displays additional details about the moving including:
- Runtime in minutes
- Backdrop poster
- Release date
- Genres
- An overview
- Users can use a drop-down menu to sort movies.
- Drop-down allows movies to be sorted by:
- Title (alphabetic, A-Z)
- Release date (chronologically, most recent to oldest)
- Vote average (descending, highest to lowest)
- When a sort option is clicked, movies display in a grid according to selected criterion.
- Drop-down allows movies to be sorted by:
- Website displays:
- Header section
- Banner section
- Search bar
- Movie grid
- Footer section
- VIDEO WALKTHROUGH SPECIAL INSTRUCTIONS: To ease the grading process, please use the color contrast checker to demonstrate to the grading team that text and background colors on your website have appropriate contrast. The Contrast Ratio should be above 4.5:1 and should have a green box surrounding it.
- Website implements all of the following accessibility features:
- Deployment
- Website is deployed via Render.
- VIDEO WALKTHROUGH SPECIAL INSTRUCTIONS: For ease of grading, please use the deployed version of your website when creating your walkthrough.
- Embedded Movie Trailers
- Within the pop-up modal displaying a movie's details, the movie trailer is viewable.
- When the trailer is clicked, users can play the movie trailer.
- Within the pop-up modal displaying a movie's details, the movie trailer is viewable.
- Favorite Button
- For each movie displayed, users can favorite the movie.
- There should be visual element (such as a heart icon) on each movie's tile to show whether or not the movie has been favorited.
- If the movie is not favorited:
- Clicking on the visual element should mark the movie as favorited
- There should be visual feedback (such as the heart turning a different color) to show that the movie has been favorited by the user.
- If the movie is already favorited:
- Clicking on the visual element should mark the movie as not favorited.
- There should be visual feedback (such as the heart turning a different color) to show that the movie has been unfavorited.
- Watched Checkbox
- For each movie displayed, users can mark the movie as watched.
- There should be visual element (such as an eye icon) on each movie's tile to show whether or not the movie has been watched.
- If the movie has not been watched:
- Clicking on the visual element should mark the movie as watched
- There should be visual feedback (such as the eye turning a different color) to show that the movie has been watched by the user.
- If the movie is already watched:
- Clicking on the visual element should mark the movie as not watched.
- There should be visual feedback (such as the eye turning a different color) to show that the movie has not been watched.
- Sidebar
- The website includes a side navigation bar.
- The sidebar has three pages:
- Home
- Favorites
- Watched
- The Home page displays all current movies in a grid view, the search bar, and the sort movies drop-down.
- The Favorites page displays all favorited movies in a grid view.
- The Watched page displays all watched movies in a grid view.
- Did the topics discussed in your labs prepare you to complete the assignment? Be specific, which features in your weekly assignment did you feel unprepared to complete?
Honestly, I was pretty unprepared to use React other than setting up the basic skeleton. Connecting the different components together, after just getting used to JS formatting, was pretty difficult. This is why this project took more time in comparison to the previous projects- styling was a big piece but that also correlates with my perfectionism. Luckily, I took the time to reach out to peers and instructors throughout, recognizing that when other's know how to do something I don't, it never hurts to ask for a quick breakdown! Typically my peers describing it allows me to process it better, is what I've realized.
- If you had more time, what would you have done differently? Would you have added additional features? Changed the way your project responded to a particular event, etc.
If I had more time, I would add default images to the movie cards without images. Additionally, I would create a side nav bar to officially store the favorited and watched components. I'd also focus on modal styling, converting the # rating to stars, and adding more movement to the "home" Now Playing page.
- Reflect on your project demo, what went well? Were there things that maybe didn't go as planned? Did you notice something that your peer did that you would like to try next time?
Overall, my project demo went as expected. There were no breaks during the presentation, but I was (as always) inspired by my peers in terms of CSS creativity. This week, I was able to help a peer implement a feature I had on Project 2. I hope to be curious on the next project, and take the chance to ask my peers how they did the cool features on their sites!
N/A
Shout to my peers Nathan for helping me understand the search concept and Dariel for assisting with the API information for the trailer stretch feature. Additionally, shoutout to Alex, Devarsh, Lucia, and my mentor Anand for helping me with code organization, understanding concepts, and debugging complicated Component-related issues!