TASK
Create an SPA (Single Page App) for the following task. You can use HTML5/CSS3/JS and JS frameworks like react, vue or angular to implement the same.
- Lists Videos in a grid with following details – Image, title, Description. You are free to categorize videos. You can choose images on your own.
- On click Shaka player must open up and play the video content (
https://github.com/google/shaka-player )
(You can use the following site to get video streams –
https://bitmovin.com/mpeg-dash-hls-examples-sample-streams/ ) - The app should handle interactions, buttons and states.
- You should host the app and code on GitHub