Git Product home page Git Product logo

devtalk's Introduction

DevTalk

DevTalk is a web application designed for seamless video communication. It includes features such as video calling, user authentication, and various UI components to enhance user experience.

Table of Contents

Features

  • Video Calling: Powered by @stream-io/video-react-sdk.
  • User Authentication: Managed by @clerk/nextjs.
  • Responsive UI: Built with modern React components and Next.js.
  • Navigation: Sidebar with links to Home, Upcoming, Previous, Recordings, and Personal Room.
  • Error Handling: Custom error handling for video call functionalities.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/devtalk.git
    cd devtalk
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env.local file in the root directory and add your environment variables.

    NEXT_PUBLIC_CLERK_FRONTEND_API=<your-clerk-api>
    CLERK_API_KEY=<your-clerk-api-key>
    NEXT_PUBLIC_STREAM_API_KEY=<your-stream-api-key>
    STREAM_SECRET_KEY=<your-stream-secret-api>
  4. Run the development server:

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Usage

  • Home Page: Displays the current date and time.
  • Upcoming: Shows upcoming meetings.
  • Previous: Lists previous meetings.
  • Recordings: Access to recorded meetings.
  • Personal Room: Personal video call room.

Project Structure

.
├── components
│   ├── Alert.tsx
│   ├── EndCallButton.tsx
│   ├── MeetingCard.tsx
│   ├── MeetingRoom.tsx
│   ├── Sidebar.tsx
│   └── ui
│       ├── button.tsx
│       ├── card.tsx
│       ├── dialog.tsx
│       └── sheet.tsx
├── pages
│   ├── index.tsx
│   ├── upcoming.tsx
│   ├── previous.tsx
│   ├── recordings.tsx
│   └── personal-room.tsx
├── public
│   ├── icons
│   └── images
├── .env.local
├── .gitignore
├── package.json
├── README.md
└── next.config.js

devtalk's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.