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.
- Host: GitHub
- URL: https://github.com/kouts/movie-app
- Owner: kouts
- License: mit
- Created: 2020-07-13T10:17:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:34:11.000Z (about 2 years ago)
- Last Synced: 2025-03-08T21:03:50.410Z (3 months ago)
- Topics: demo-app, movies-api, sample-app, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```