In this project users can search for popular, top-rated, now playing and upcoming movies and see the details. Also they can add them to their watchlist with authorization. You can visit the project from : https://filmrafi.vercel.app/
Used technologies and components listed below:
- Firebase auth and cloud firestore
- Vue.js, vuex, vue-router
- Debounce from vue-debounce for searching movies
- Pagination from vue-paginate
- Slides for movie galeries from vueperslides
- Axios for TMDB api
- Loader(spinner) from epic-spinners
For other CSS no library is used.
yarn install
yarn serve
yarn build
yarn lint