• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language Vue
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PWA featuring movies and tv shows using the TMDb API.

vue-movies

Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.

Live demo hosted on Netlify can be found at https://movies.jason.codes.

Built as a side project to learn some new skills πŸ”₯πŸ”₯

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
yarn

# serve with hot reload at localhost:3000
yarn dev