Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 804 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 804 Bytes

movie-search

Calls a Rest-API and fetches the movie names and its properties in the responsive and cross browser compliant web application.

Displays the movies in the form of cards and its details in a popup.

User can search or sort the movies. Uses Vue-composition API.

Functionality Demo

MovieSearch1

Responsive UI

MovieSearch

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.