An open API service indexing awesome lists of open source software.

https://github.com/kouts/movie-app

A Vue.js single page application that displays movies using the Movie Database API as it's source.
https://github.com/kouts/movie-app

demo-app movies-api sample-app vue vuejs

Last synced: about 2 months ago
JSON representation

A Vue.js single page application that displays movies using the Movie Database API as it's source.

Awesome Lists containing this project

README

        

# MovieApp
A Vue.js single page application that displays movies using the [Movie Database API](https://developers.themoviedb.org/3) as it's source.

> MovieApp is created using Vue.js 2.6.11 for the JS part.
> For the HTML/CSS part Bootstrap 4.5 is used (only the necessary modules), customized with SASS and sprinkle of custom CSS here and there.

View it live at https://kouts-movie-app.netlify.app

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Runs the unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```