A simple, minimalistic websockets and Next.js based webapplication, where you can watch videos with your friends together.
You can reach the backend repository here.
Clone the project and install dependencies
git clone https://github.com/petya0927/watch2gether-frontend.git
cd watch2gether-frontend
npm install
Start the dev server
npm run dev
And go to localhost:3000!
Client: Next.js, React, TailwindCSS, Socket.io, ReactPlayer
Server: Node, Express, Socket.io, sqlite
All contributions, issues, feature requests and pull requests are welcome. Even if this is only a small project, I belive it's improtant to make it open and free for everybody to contribute.