
A web application that enables users to stream classes and participate in interactive learning sessions, fostering collaboration and engagement 🖥️
- Programmers can search for rooms related to a particular programming language/topic and join them based on their interest
- In each room, there is a streaming session where the streamer is live, and all of them can learn collaboratively
- Every user can create a room only when he/she is authenticated
- And it has a dark mode 😎





First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.