App that finds movie information using Vue.js and the TMDB API.
VUE_APP_THEMOVIEDB_API_KEY=YOUR_API_KEY
# Install dependencies
npm install
# Serve on localhost:8080/#
npm run serve
# Build for production
npm run build
This app is using TMDB API to find movie information for a given title. Vue.js is used for frontend with vuex for state management. UIkit is also used for css designing.
Mohammadreza Amini mohammadreza99a@yahoo.com
1.0.3
This project is licensed under the MIT License