Skip to content

naseem-shawarba/Movie_Look_Up

Repository files navigation

Movie Look Up

Movie Look Up is a responsive web app that provides information such as casts, plots, and ratings about movies.

Frameworks Used

  • Vue
  • Vuex
  • Vuetify
  • Nuxt

Screenshots

Screenshot

Build Setup

If you want to clone the repo and run the app locally, you need to obtain an API key from OMDb API. After obtaining the key, create a file named .env in the root directory of the project and add the API key within double quotes as follows:

API_KEY="<KEYGOESHERE>"

After setting up the .env file, you can use the following commands to run the app in development mode or build the app for production:

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

About

Movie Look Up is a responsive web app that provides information about movies, built with Vue 2, Vuex, Vuetify 2, and Nuxt 2.

Topics

Resources

Stars

Watchers

Forks