Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tamjidahmed0/whisptalk
- Owner: tamjidahmed0
- Created: 2024-09-03T06:05:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:35:25.000Z (4 months ago)
- Last Synced: 2024-10-31T13:05:11.238Z (3 months ago)
- Topics: context-api, peerjs, react-redux-toolkit, socket-io
- Language: JavaScript
- Homepage: https://whisp-talk.vercel.app
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```