Skip to content

MOVIELAB application is a movie detail application built with vue.js and some of its featutes including composition api. Features available include searching through the OMDB api and utilizing the data in the detail page.

Notifications You must be signed in to change notification settings

Chekseng/MovieLab

Repository files navigation

movielab


OVERVIEW

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.

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

Walkthrough

To use application

  • download or clone the source code
run yarn install or npm install
  • open your browser and type in localhost:3000

Customize configuration

See Configuration Reference.

About

MOVIELAB application is a movie detail application built with vue.js and some of its featutes including composition api. Features available include searching through the OMDB api and utilizing the data in the detail page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published