A browser website providing video content from YouTube, Twitch and Dailymotion.
https://yamilburgos.github.io/VideoDex
- HTML & CSS
- JavaScript
- Node.js
- React.js
- YouTube's Data API
- Dailymotion's Data API
- Twitch's API
- As a user, I like to only see videos from channels that I have already subscribed to/favorited.
- As a user, I like to see all videos in the timeslot view on a given day (Today and previous days).
- As a user, I like to be able to filter out certain sites from appearing on my timeslot view.
- As a user, I like to be able to filter videos out of the timeslot view via:
- Timeframe (6 to 9am, 1pm, etc.)
- Channel (Either by dropdown or checkbox)
- Day (Monday, Tuesday, etc.)
- Categories (Gaming, Politics, Humor, etc.)
- As a user, I like to see basic information from a Video like:
- Subscriber Count
- Video's Likes & Dislikes (or favorites)
- Length of Video
- Thumbnail Image
- Video Description
- As a user, I like to make the site mobile friendly & cross browser via bootstrap.
Yamil Burgos – yamil.burgos1293@gmail.com
- Fork it (https://github.com/yamilburgos/VideoDex/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request