(It's Definitely Not Rotten Tomatoes...)
- sour pomodoro is a one-stop shop for some of the worst movies from the past couple of years. The homepage provides a quick view of each movie, with a star-rating visual above the poster. Choose to sort by a number of metrics to find the worst-rated, the oldest, or just alphabetically. Clicking any of the poster redirects you to a unique URL that provides additional data, from budget/revenue numbers, if available, to a numerical rating.
- React
- React Router
- Javascript
- HTML
- Sass
- Cypress
- Gain competency with React
- Create a multi-page UX using Router
- Test React components & asynchronous JS using E2E testing
- Visit deployed site here Or:
- Clone this down
cd
into the directory- Run
npm install
and thennpm start
- Head to
localhost:3000
in your browser
- On load, users see a grid of movie posters. A corresponding star-rating visual is underneath. Posters scale slightly on hover.
- In the upper right is a sort dropdown with a variety of sort options. The grid re-renders when a user makes their selection.
- Clicking on a movie poster redirects users to a unique URL. Here they can see a backdrop image from the movie and additional data. Clicking the 'X' in the upper left takes them back to the homepage.
- If, at any point, a user tries to input their own invalid URL, they see an error page that gives them the option to go back to the homepage.
- Add a search bar to the homepage to search by title
- Implement filtering by genre
- Add more data
Header background illustration by MITstudio via Adobe Stock