Skip to content

A simple React app that displays a playlist of youtube videos

Notifications You must be signed in to change notification settings

filmrausch/trailer-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trailer-viewer

A simple React app that displays a playlist of youtube videos.

getting started

  1. Install the dependencies with yarn install or npm install.
  2. Replace the data in src/links.jsonwith your own. It has the following shape:
{
  name: string 
  year: number
  url: string
  special: string
}
  1. Start the site locally with yarn startor npm start

hosting

This site can also be hosted with github pages. Build a production build with yarn build, and deploy it to github with yarn deploy. The site should then appear live on filmrausch.github.io/trailer-viewer.

keyboard shortcuts

For easier navigation (so that you don't have to use a mouse), the trailer viewer has keyboard shortcuts!

  • ARROW RIGHT : next video
  • ARROW LEFT: previous video
  • SPACE: enter full screen

About

A simple React app that displays a playlist of youtube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published