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.
Thanks for creating a nice README.md with the checkboxes. It makes it a lot easier to understand the functionality of your app.
Good job fetching the data in App.js within componentDidMount callback.
Cool job using bloomer library. It's nice to use a CSS Framework because you can build off base styles easily and quickly.
Remember to not keep any component too long! You did a good job splitting up into MovieList, MovieCard and SearchBar. That's great!!!
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.
Thanks for creating a nice README.md with the checkboxes. It makes it a lot easier to understand the functionality of your app.