YouTube v3 API Search with the following client-side sorting functionalities:
- Keep unsorted default ranking order provided by YouTube
- Sort by video title
- Sort by video published date
- Node.js
- react.js
create-react-app
: A command line script developed by Facebook that sets up a basic boilerplate for a React web app.youtube-api-search
: An module that uses YouTube Data API v3 to search for video snippets using a given search term.semantic-ui-react
: React integration package with Semantic UI that is used for the front-end styling.
-
Install dependencies
npm:
npm install
yarn:
yarn install
-
Build
npm:
npm run build
yarn:
yarn build
-
Run
npm run start
-
Online Live Demo Click here to visit the live Netlify deployment.