Skip to content

Access videos directly from Youtube's database and enjoy a list of unbiased search results.

Notifications You must be signed in to change notification settings

HAZberi/youtube-videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Youtube

Access videos directly from Youtube's database and enjoy a list of unbiased search results.

Project Details

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.

Possible Improvements

  • Transform API data to include video playlists, views and user comments.
  • Update user interface based on the new incoming data and retain platform responsiveness.

To run the project in development mode

In the project directory, you can run:

To install all the project dependencies:

npm install

To start the development server:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.