A simple Youtube search utility that fetches results using Youtube-data-api-v3. The results obtained are sortable on the basis of title (lexicographically) and date published (from most recent to least).
A video demo can be viewed by clicking on the following - Watch Demo
- Install create-react-app by typing "npm install create-react-app".
- Clone the repository.
- Go to the directory.
- Run "npm install" (without the quotes) to install the dependencies.
- Run "npm start"
- Go to "localhost:3000" on your browser.
- Built using React
- React-materialize for the UI