Submitted by: Ayomide Isinkaye
Estimated time spent: 14 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?
Response: Yes and no. We touched on some of the foundational concepts which was very helpful, but I found that to actually complete the assignment, I relied more on personal research and outside resources. The lessons gave me a good structural understanding and starting point, but when it came to implementing certain features and scaling up the project, I needed to look up additional information and examples on my own. I don’t see this as a major issue, but I wanted to mention that while the labs were a solid foundation, much of the practical knowledge I used came from exploring beyond the provided material.
- 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.
Response: If I had more time, I would try to calmly figure our react routing and make the sidebar which is part of the stretch features. I would have also asked for second opinions on the style of the page, because I am not very good at styling and no matter how I style it, it just never feels right. I would also like to change the overlay which displays the "Favorite" and "Watched" icons, and make it prettier and more appealing. I would like to make the entire site much more appealing overall. I would work better on the media queries.
- 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?
Response: For the demo, everything went quite alright. However, I realized about 10 minutes to the demo time, that my form's (search bar section) background was a little weird. I wouyld need to do more studying to figureout how to change box shadows for different sides of a container, and hopefully, thie project just keeps getting better and better as I improve on it.
- Stack overflow
- W3C Schools
- TMDB Discussion forums
- TMDB API Documentation
- React FaIcons documentation
- Jsx-ESLint github documentation
- React Router Documentation
Give a shout out to somebody from your cohort that especially helped you during your project. This can be a fellow peer, instructor, TA, mentor, etc.
- Lucia
- Keith
- Jasmine
.gif)