- Replace
<your_account>
with your Github username in the DEMO LINK - Follow the React task guideline
You are given movies loaded from API and the initial markup.
- Split the markup into
MoviesList
andMovieCard
components App
should pass themoviesFromServer
to theMoviesList
as a propMoviesList
should render aMovieCard
per each movie- All the fields in the
movie
are required
- main
div
MovieCard
component should have adata-cy="card"
attribute MovieCard
should pass the props:title
,description
,imbdUrl
,imgUrl