https://github.com/explosion-scratch/ytogether2
https://github.com/explosion-scratch/ytogether2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/explosion-scratch/ytogether2
- Owner: Explosion-Scratch
- Created: 2025-03-24T21:36:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T21:08:04.000Z (about 1 year ago)
- Last Synced: 2025-06-20T21:41:03.736Z (12 months ago)
- Language: Vue
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YTogether
YTogether is Tailwind + Vue app that allows users to watch YouTube videos together in real-time.
## Features
- **Synchronized Video Playback**: Watch YouTube videos in sync with friends.
- **Chat**: Real-time chat with Markdown support.
- **Light/Dark Theme Toggle**: Switch between light and dark themes.
- **GitHub Link**: Direct link to the GitHub repository.
- **Auto-Focus Input**: Input field automatically focuses on page load for quick video entry.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/explosion-scratch/ytogether2.git
```
2. Install dependencies:
```bash
cd ytogether2
npm install
```
3. Run the development server:
```bash
npm run dev
```
## Usage
1. Open the app in your browser.
2. Create a new room or join an existing one.
3. Paste a YouTube video URL or ID to start watching together.
4. Use the chat to communicate with others in the room.
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.