A simple React app that displays a playlist of youtube videos.
- Install the dependencies with
yarn install
ornpm install
. - Replace the data in
src/links.json
with your own. It has the following shape:
{
name: string
year: number
url: string
special: string
}
- Start the site locally with
yarn start
ornpm start
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.
For easier navigation (so that you don't have to use a mouse), the trailer viewer has keyboard shortcuts!
ARROW RIGHT
: next videoARROW LEFT
: previous videoSPACE
: enter full screen