We'll clone IMDB using the public Movie DB API. This is very similar to the News api that you have been worked with, but now we use React.
movie/id
) to display the full Movie Info on another page (URL). Use React Router for this.Tip 💡: Use Version 3 of MovieDB.
Planning your move from the beginning helps save a ton of time later. Think about:
state
. How each Component state
will interact with one another?Sketch through your component, its position and how it would render on the page.
Year
, Rating
as a slider. Change the display dynamically when the slider is changed. You could use React Input Range package for this task.