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 🔥🔥
- Take a copy of
.env.sample
and re-name to.env
- Get your TMDb API key
- Get your YouTube API key (optional, used for video data)
- Enter the details into the
.env
file
# install dependencies
yarn
# serve with hot reload at localhost:3000
yarn dev