Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.79 KB

File metadata and controls

45 lines (32 loc) · 1.79 KB
Screenshot 2024-08-21 at 12 06 29 PM

Coder Pair

A web application that enables users to stream classes and participate in interactive learning sessions, fostering collaboration and engagement 🖥️

Features

  • 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 😎

Images

Screenshot 2024-08-22 at 10 55 49 AM Screenshot 2024-08-21 at 12 07 00 PM Screenshot 2024-08-28 at 5 34 54 PM Screenshot 2024-08-28 at 5 35 38 PM Screenshot 2024-08-28 at 5 36 14 PM

Built With

Getting Started

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.