Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 887 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 887 Bytes

filmrafi

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.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.