Assignment 2

Make our components great again. Position yourself on 2. assignment checkpoint commit. First solution did not feature reusable components. Use props to make them better.

To do list:

  • MovieList component has hardcoded movies
    • It should render IMovie[] object (via props)
  • Movie component has hardcoded content
    • It should render Movie object (via props)
  • "Add movie", "Filter text", "Movie list"... change the text to blue and size to h4.
    • We want centralized presentation logic.. so maybe introduce a new component

Help:

  • Use movieService.getMovies() to get dummy movie list

results matching ""

    No results matching ""