ilya-maker / react_movies-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 91.4%Language:CSS 4.9%Language:HTML 3.7%