- Introduction
- Technologies
- Set Up
- Deployment Link
- Features
- Reflection
- Future Features
- Contributors
- Project Specifications
Moldy Pears Here to help you find your next entertainment fix! Scroll through and find the ranked movie that so fits your desire.
- JavaScript
- React
- Cypress
- React-Router
- HTML
- CSS
- Clone this repository.
cd
into the directory.- Run
npm i install
. - Run
npm start
.
- User can scroll through and pick a movie to get more info on
- When user clicks on a movie it redirects them to a new webpage.
- User can click the Moldy Pears icon and return back to the home page.
- Movie detail pages include a trailer the user can watch to get a taste of the movie
- During this project we learned how to research and implement new technologies in a short amount of time. By taking time to research what we needed from the new technologies we were able to implement them in a more timely manner.
- Although the learning curve for cypress was a bit steep at first, it was extremely rewarding. Cypress made it possible to test error handling with our server, and made sure we could test different user flows.
- A search bar to search for movies and have them live filter.
- Categories of genre
- Organization by cast
- User login
- User can save movies they've watched and input their own rating
- User can put movies in a future queue
- User can put movies in a favorite section
- Project specs are located here.