https://github.com/techreagan/vue-nodejs-youtube-clone
This is the frontend (VueJS) of the Youtube clone called VueTube.
https://github.com/techreagan/vue-nodejs-youtube-clone
expressjs mongodb mongoose nodejs vuejs vuetify vuetube youtube-clone
Last synced: 27 days ago
JSON representation
This is the frontend (VueJS) of the Youtube clone called VueTube.
- Host: GitHub
- URL: https://github.com/techreagan/vue-nodejs-youtube-clone
- Owner: techreagan
- Created: 2020-04-11T20:03:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:40:33.000Z (about 2 years ago)
- Last Synced: 2025-03-29T00:12:19.864Z (about 1 month ago)
- Topics: expressjs, mongodb, mongoose, nodejs, vuejs, vuetify, vuetube, youtube-clone
- Language: Vue
- Homepage:
- Size: 3.89 MB
- Stars: 520
- Watchers: 19
- Forks: 184
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueTube Vue Frontend - YouTube Clone
> This is the frontend (VueJS) of the VueTube clone
## API
Backend RESTFUL API Repository [API](https://github.com/techreagan/youtube-clone-nodejs-api)
## Features
- Sign in / Sign Up to create channel
- Video
- Upload video
- Upload video thumbnail
- Watch video
- Increase Views
- Like and dislike video
- Download video
- Comment & reply for video
- Update video details
- Delete video
- Subscribe to a channel
- View liked videos
- Trending
- Subscriptions
- History
- Watch history
- Search history
- Settings
- Modify channel name and email
- Change password
- Upload channel avatar## Project setup
Create .env.development.local for development then .env.production.local for production ready app.
Then put in your api URL```
VUE_APP_URL=http://localhost:3001
```### Install packages
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Screenshots
> Delete the screenshot folder if you download this code (Screenshots folder is 3.14mb in size).
### Sign In (/signin)

### Sign Up (/signup)

### Home Page (/)

### Trending Page (/trending)

### Subscriptions Page (/subscriptions)

### History (Watch) Page (/history)

### History (Search) Page (/history)

### Liked Videos Page (/liked-videos)

### Search Page (/search)

### Watch Page (/watch/:videoId)

### Comment & Reply (/watch/:videoId)

### Channel Page (/channels/:channelId)

### Dashboard Page (/studio)

### Subscribers Modal (/studio)

### Upload Video Modal

### Upload Video Detail Modal

### Videos Page (/studio/videos)

### Edit Video Details (/studio/details/:videoId)

### Upload Thumbnail Modal (/studio/details/:videoId)

### Delete Video Modal (/studio/videos)

### Settings Modal

If you like the UI, I developed it in a seperate repo [VueTube](https://github.com/techreagan/vuetify-youtube-clone-template)
## License
This project is licensed under the MIT License
## Developed by Reagan Ekhameye (Tech Reagan)
Reach me on twitter [@techreagan](https://www.twitter.com/techreagan)