https://github.com/parbhat-cpp/partytube-app
https://github.com/parbhat-cpp/partytube-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/parbhat-cpp/partytube-app
- Owner: parbhat-cpp
- Created: 2024-04-29T15:51:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T03:02:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T08:43:02.891Z (over 1 year ago)
- Language: Dart
- Size: 23.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Party Tube
An Android app which connects its users across the world and helps them to watch YouTube videos as well as comunicate with each other. All you have to do is simply install the app on your device and create room to watch together (you don't even have to create an account).
## Demo
1. Create a room by entering your name, room name and you can either generate random room id or enter your own room id.
2. Click on create button, a dialog box will appear there you can share your room id with others using any app/platform. After sharing your room id with your friends, click on create & join room.
3. It will navigate you to your created room.
4. In room you can chat with others and choose any YouTube video to watch.
## Screenshots




## Tech Stack
**Client:** Flutter, Bloc
**Server:** Node, Express, Socket.io
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`API_KEY` - YouTube api key
`SOCKET_URL` - your socket io server url
## Authors
- [@parbhat-cpp](https://www.github.com/parbhat-cpp)