Assignment On FullStack Web Developer-Bluestacks
Assignment On FullStack Web Developer-Bluestacks
Problem:
Create a web application to scrap the popular videos from Youtube, save them into
the database, and list down the video on a webpage from the database.
Create a Frontend of the Web Application: This web application should have
two pages.
o One is the landing page, where you have to show the list of the
available popular videos from the API (#2nd API endpoint).
o The landing page should have a link/button by clicking that popular
video will be retrieved again and saved into the database. Please make
sure that the video which is already available should not create a new
entry in DB. Only update the details of such videos.
o The second page will be the details of the video. When clicking on any
video from the landing page, the user should be redirected to this page
of your application where you have to display information about the
video and embed the respected video that should autoplay once the
user comes on the page.
Submission: