Movies list

Task

You are given movies loaded from API and the initial markup.

  1. Split the markup into MoviesList and MovieCard components
  2. App should pass the moviesFromServer to the MoviesList as a prop
  3. MoviesList should render a MovieCard per each movie
  4. All the fields in the movie except the description are required