These days YouTube is all about advertisements, suggestions, recommendations all based on the kind content you search on Google suite of products. Simply put, everyone has a totally different YouTube home page. Stock Youtube accesses YouTube API, retrieve around 50 search results that are ready to be played without annoying advertisements. Stock Youtube is also platform responsive, meaning the user interface adjusts itself depending on the device. The app’s logic is written with React Hooks and the code is split between UI components.
- Transform API data to include video playlists, views and user comments.
- Update user interface based on the new incoming data and retain platform responsiveness.
In the project directory, you can run:
To install all the project dependencies:
To start the development server:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.