Movies progressive web app Built using Vue.js and Nuxt.js
Geekait Movies (This codebase is 4yrs old)
Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.
Demo
Live demo hosted on Netlify can be found at https://geekait.netlify.app/.
Built as a side project to learn some new skills
Quick setup
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
Running
Clone the project
git clone https://github.com/aitmiloud/Geekait-PWA.git
Go to the project directory
cd Geekait-PWA
Install dependencies
npm install
Start the server
npm run start