Home

Awesome

##Tuber #####Search/Filter/Sort YouTube Videos Instantly

###Live Demo Visit Tuber online!

###Technologies Used

###SETUP:

For reference the final folder structure should look something like this:

###Code Architecture

├── app/
│   ├── App.js
│   ├── actions
|   ├── ├── SearchActions.js
|   ├── components/
|   ├── ├── SearchBar/
|   ├── ├── ├── SearchBar.js
|   ├── ├── ├── SearchResultsContainer.js
|   ├── ├── ├── Register.js
|   ├── ├── Table/
|   ├── ├── ├── Columns/
|   ├── ├── ├── ├── Created.js
|   ├── ├── ├── ├── Id.js
|   ├── ├── ├── ├── Image.js
|   ├── ├── ├── ├── Title.js
|   ├── ├── ├── ├── Views.js
|   ├── ├── ├── Table.js
|   ├── ├── ├── TableContainer.js
|   ├── ├── ├── TableFilterBar.js
|   ├── ├── ├── TablerHeader.js
|   ├── ├── ├── TableRow.js
|   ├── ├── Main.js
|   ├── config/
|   ├── ├── routes.js
|   ├── constants/
|   ├── ├── AppConstants.js
|   ├── dispatcher/
|   ├── ├── AppDispatcher.js
|   ├── stores/
|   ├── ├── SearchStore.js
|   ├── utils/
|   ├── ├── Helpers/
|   ├── ├── ├── helpers.js
|   ├── ├── SearchYouTubeUtils.js
├── public/
│   ├── index.html
|   ├── css/
│   ├── ├── mains.css
├── webpack.config.js
├── package.json
├── README.md
├── .gitignore