Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamjidahmed0/whisptalk

WhispTalk is a web app that allows users to send real-time messages, share files, and make video and audio calls.
https://github.com/tamjidahmed0/whisptalk

context-api peerjs react-redux-toolkit socket-io

Last synced: 3 months ago
JSON representation

WhispTalk is a web app that allows users to send real-time messages, share files, and make video and audio calls.

Awesome Lists containing this project

README

        

# whispTalk

whispTalk is a real-time chat application that enables users to communicate through text messages, audio calls, and video calls. It provides an intuitive interface for seamless and efficient communication.

## Features

- **Real-time Chat:** Instant messaging with other users.
- **Audio Calls:** High-quality voice communication.
- **Video Calls:** Smooth video calling experience.
- **Responsive UI:** User-friendly interface with responsive design.

## Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- **Node.js** (version 14.x or above) - Download and install from [Node.js official website](https://nodejs.org/).
- **npm** - Comes with Node.js, used for managing packages.

### Installation

1. **Clone the repository:**

```bash
git clone https://github.com/tamjidahmed0/WhispTalk
cd whispTalk

2. **Run the code on local server:**

```bash
npm run dev
```