Vetflix is a simplified front end clone of Netflix. It was created with Vue JS. It uses The MovieDB Api to search for movies and TV Shows.
- Webpack
- ✔️ Vue JS
- ♻️ Vuex
- Vue Router
- Tailwind CSS
- Demo link: https://vetflix.netlify.app/
- Install dependencies: run
npm install
in root project - Get API key from here
- Create .env file in root project and add:
VUE_APP_KEY=YOUR_API_KEY_HERE
- Run project:
npm run dev