- Build a new React Application called my-movies.
- Run through and follow the setup with create-react-app
- We will be building on this application in the next three classes
- You'll build an application that has Collections and Movies within those Collections.
- Each movie should have the data points of:
- Title
- Description
- Year
- Genre
- Create custom styles for the application
- Validate for type on any data you are passing.
On your MyMovies application, implement similar functionality to our notes example.
- Make it so that your user can add and remove Movies from the collection
- Add an indicator of whether a movie is watched or unwatched, and give the user a button to change that status
- Make multiple collections and display them separately
- Add some new styles to your page