Roshni,
I have gone through your code and found a small bug in video_list.js
The error is highlighted an there is a spell mistake in OnVideoSelect. The “O” should be small letter
<VideoListItem
onUserSelected={props.OnVideoSelect}
key={video.etag}
video={video} />
You need to change it to onUserSelected={props.onVideoSelect}