Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 711 Bytes

youtube Favorites

A web app that will let you search youtube, view vidoes and favorite

(And a good example of how a fairly simple single-page app without adherence to strong design principles can quickly turn into spaghetti code.)

Options:

-- Order results by:

  • relevance
  • date
  • rating
  • title

-- Search by location, with optional radius

-- Save favorites to localstorage


TODO:

Features

  • option to filter out channels and playlists from results
  • link channels and playlists to youtube
  • show comments, ratings for selected video
  • hook up footer navigation buttons

Tooling

  • Fork and work in some other libraries -- React, ... ?

  • pre-processors for CSS? (vendor prefixing?)