Watch the video and create a React app similar to the one shown in the video.
Concepts used are props, passing functions as props and lifting the state up.
Create 2 React components. The first is the parent component which in its state, array of mobiles and cart details.
The second component is Mobile which renders a particular mobile.