diff --git a/README.md b/README.md index f768e33f..88b6f0dd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,81 @@ -# React + Vite +## Unit Assignment: Flixster -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +Submitted by: Aniyah Bunn -Currently, two official plugins are available: +Estimated time spent: 50 hours spent in total -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +Deployed Application (optional): [Flixster Deployed Site][((https://flixster-starter-f35a.onrender.com))] + +### Application Features + +#### CORE FEATURES + + +- [x] **Display Movies** + - [x] Users can view a list of current movies from The Movie Database API. + - [x] For each movie displayed, users can see its title, poster image, and votes. + - [x] Users can load more current movies by clicking a button at the bottom of the list (page should not be reloaded). +- [x] **Search Functionality** + - [x] Users can search for movies and view the results in a grid. + - [x] Users can clear results and view previous current movies displayed. +- [x] **Accessibility Features** + - [x] Website implements accessibility features (semantic HTML, color contrast, font sizing, alt text for images). +- [x] **Responsive Design** + - [x ] Website implements responsive web design. +- [x] **Movie Details** + - [x] Users can view more details about a movie in a popup, such as runtime in minutes, backdrop poster, release date, genres, and/or an overview. +- [x] **Sorting Options** + - [x] Users can click on a filter by drop down to sort product by type (alphabetic, release date, rating). +- [x] **Layout** + - [x] Website displays header, banner, search, movie grid, about, contact, and footer section. + +#### STRETCH FEATURES + +- [x] **Deployment** + - [x] Website is deployed via Render. +- [ ] **Embedded Movie Trailers** + - [ ] Within the popup displaying a movie's details, users can play the movie trailer. +- [x] **Watched Checkbox** + - [x] For each movie displayed, users can mark the movie as watched. +- [x] **Favorite Button** + - [x] For each movie displayed, users can favorite the movie. +- [ ] **Sidebar** + - [ ] Users can open a sidebar + - [ ] The sidebar displays the user's favorited and watched movies + +### Walkthrough Video + +`TODO://` Add the embedded URL code to your animated app walkthrough below, `ADD_EMBEDDED_CODE_HERE`. Make sure the video or gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after adding walkthrough video) + +`ADD_EMBEDDED_CODE_HERE` +
+ +

Aniyah Bunn- Flixster Submission Video - Watch Video

+
+ + + +
+ +### Reflection + +* 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? + +- Yes, learning React really before starting the assignment really helped me. + +* 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. + +- I would've started the modal earlier. + +* 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? + +- Everything went well, I just wish I had more time to complete all of the stretch features. + +### Open-source libraries used +- N/A +### Shout out + +Makayla +Thomas +Michelle +Jackie