This is the github repository for the vue.js application 'MOVIELAB' MOVIELAB uses the omdb api to provide movie details about the searched movie
- to use the movielab application:
- type in which ever movie name you wish to search and a list of movies corresponding to that name will be displayed below
- go ahead and click on which ever one you want to get more information about it on the detail page.
yarn install
yarn serve
yarn build
yarn lint
To use application
- download or clone the source code
run yarn install or npm install
- open your browser and type in localhost:3000