Project Progress 2 First step: Set up your project with React. You MUST start your project with the create-react-app boilerplate code. Once the boilerplate code has been set up, do an initial push to your project repo that you have set up with your group. It could take some git gymnastics to make it work. Make sure your README does not get overwritten! Project Requirements: Must be completed with your group before workshop 3. * Begin to flesh out the component structure of your app, focusing on one key task. For now, you will start with the view, and don’t have to worry about the functional aspects. * Create a component for the main “item” in your app and display it (e.g. recipe, song listing, posting, event) Note: If you don’t have a main “item” in your app, then pick an aspect to focus on + really develop the UI for it. * Add effective styling for this “main component”. Try to “complete” a piece of your prototypes. * In total, have a minimum of 5 components other than App.js. (One of them will be your “main item” mentioned above.) * Finally, be able to demonstrate that you have made progress toward completing one (or some) of your minimal goal(s)! * [OPTIONAL] Begin to add Redux setup to your app. Note: You may certainly borrow code from your assignment, but make sure you’re showing us new code that you’ve written specifically for your project! Remember: These requirements are very minimal and are here to make sure that you are making forward progress on the project. We encourage you to make progress beyond the requirements in order to create an awesome project! How to hand in: When you are ready, create a branch titled “project_2”. Push your finalized code to that branch. Do not push to this branch after 10am on June 6th (beginning of Workshop 3).