Code Monkey home page Code Monkey logo

meeting-app's Introduction

Meeting App

Overview

Meeting App is a modern web application designed to facilitate seamless video conferencing and meeting management. It is built using the latest web technologies including React, Tailwind CSS, PrimeReact, and VideoSDK. The app offers a user-friendly interface and a robust set of features to ensure effective communication and collaboration.

Features

  • High-Quality Video Conferencing: Supports HD video and audio for clear communication..
  • Real-Time Chat: Integrated chat functionality during meetings.
  • Screen Sharing: Share your screen with participants for presentations and collaborations.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
  • PrimeReact: A rich set of open-source UI components for React.
  • TypeScript: Superset of JavaScript that adds static types for improved code quality and maintainability.
  • VideoSDK: Provides the video and audio capabilities required for the conferencing feature.

Demo

Check out the live demo of Meeting App: https://talk-together-team.netlify.app/

Installation

  1. Clone the repository:
  1. Install dependencies:

npm install

  1. Start the application:

npm start

The app should now be running on http://localhost:3000

Folder Structure

├── public/
├── src/
│ ├── components/
│ │ ├── StartMeeting.tsx
│ │ ├── Main.tsx
│ │ ├── Header.tsx
│ │ ├── MeetingView.tsx
│ │ ├── ParticipantView.tsx
│ │ ├── ParticipantScreen.tsx
│ │ ├── Player.tsx
│ │ ├── ChatView.tsx
│ │ ├── AllParticipantsView.tsx
│ │ ├── Timer.tsx
│ │ └── shared/
│ │    ├── SideBar.tsx
│ │    ├── Toast.tsx
│ ├── config/
│ │    ├── config.ts
│ ├── hooks/
│ │   ├── useTimer.ts
│ │   └── useVideoStream.ts
│ ├── service/
│ │   ├── index.ts
│ └── styles/
│ |   ├── startMeeting.css
│ |   ├── header.css
│ |   ├── meetingView.css
│ |   ├── participant.css
│ |   ├── player.css
│ |   ├── sideBar.css
│ |   └── chat.css
| └── utils/
|      ├── helper.ts
├── .env
├── README.md
├── package.json
└── tsconfig.json

meeting-app's People

Contributors

ilhombek-f avatar

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.