A movie and TV show streaming web app built with Vue.js and Vuetify.
- Browse movies and TV shows
- Watch trailers via YouTube embed
- Read movie descriptions and details
- Dark/Light theme toggle
- Customizable accent colors
- Responsive design
NodeJS
npm (Node Package Manager)
Clone the repository
Navigate to the project directory
Install the dependencies
$ npm install
Start the development server
$ npm run serve
Open a web browser and navigate to http://localhost:8080
To deploy the app to GitHub Pages, use the provided PowerShell script:
./deploy-to-gh-pages.ps1
This will build the project and push the contents of the dist folder to the gh-pages branch of your repository.
Make sure you have set up your remote origin and have push access to the repository.
VueJS - JavaScript framework for building user interfaces
Vuetify - Material Design component framework for VueJS