/movie-app

movie-tracker app with vuejs

Primary LanguageVue

movie-app

• I built a single-page movie-list tracker app with vuejs.

• It allows searching for a movie then the user can add it to his/her list and rate & review.

• Movies are provided by OMDb API.

• Live preview: movie-app-git-master-furkanarabul.vercel.app

• I used firebase for a simple real-time database.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.