https://popcorner.netlify.app/
A responsive website created by using React that works on desktop and phone, which shows users upcoming movies and information about each particular movie.
HTML
SASS
JavaScript
React.js
Bootstrap
- As a user, I want to see upcoming movies.
- As a user, I want to see the details and the trailer of a movie when I click on it.
- As a user, I want to be able to search for a movie by title.
- Find and use a movie API to get the upcoming movies.
- Render data depending on what a user chooses on the page
- Use a search bar to search for a movie by title.
- Use a trailer API to get the trailer of a movie.