The web app allows user to search Youtube videos via kwywords. Some of the intracacies of the application are:
- Integration of Youtube Data Api v3.
- Sortbale via name, published date.
- Sorting is done on client-side (No new Api call).
- Pagination/Load More (25 items on one page).
- Videos are playable and allow fullscreen view.
following are the instructions to setup the debug build of the application.
npm install
npm start
Navigate to https://localhost:3000