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://geekait.netlify.app/.
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
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