nxdl / imbd-app-react

A simple react app pulling the list of movies currently showing in theaters from IMDB API
Apache License 2.0
0 stars 1 forks source link

Thanks! #1

Open coderschoolreview opened 6 years ago

coderschoolreview commented 6 years ago

Hello! Thank you for submitting the first homework for CoderSchool React Class 🎉! The main focus of this assignment was to introduce you to working with an API, rendering items in a collection, and dealing with state and props.

Great 

Not so great yet 🚩

MoviesList.propTypes  =  {
  movies:  PropTypes.array,
}

Do not forget to start the assignment early so that if you are ever blocked you can get help before the deadline :) It was a holiday this time so I understand.

Tketa commented 6 years ago

See my suggestions here: https://github.com/nxdl/imbd-app-react/pull/2