CometChat Kitchen Sink Sample App (built using CometChat UI Kit) is a fully functional real-time messaging app capable of private (one-on-one), group messaging, voice & video calling.
- Login
- Private(1-1) & Group Conversations
- Voice & video calling & conferencing
- Rich Media Attachments
- Typing Indicators
- Text, Media and Custom messages
- Read receipts
- Online Presence Indicators
- Message History
- Users & Friends List
- Groups List
- Search by users and groups
- Conversations List
- Threaded Conversations
Thumbnail Generation | Link Preview | Rich Media Preview | Smart Replies| Emojis | Polls | Reactions | Stickers
Before you begin, ensure you have met the following requirements:
-
React
npm install [email protected]
-
React DOM
npm install [email protected]
-
React scripts
npm install [email protected]
- Clone this repository
git clone https://github.com/cometchat-pro/javascript-react-chat-app.git
- Navigate to the root directory and replace
APP_ID
,REGION
andAUTH_KEY
with your CometChatApp ID
,Region
andAuth Key
in src/consts.js file.
-
Install dependencies
a. Add node-sass dependency in your project.
npm install node-sass@version
Note: Cross check for the compatible version of this dependency with your system's node version in the link given below
https://www.npmjs.com/package/node-sassb.
npm install
npm start
Learn more about how to integrate UI Kit inside your app.
-
To read the full dcoumentation on UI Kit integration visit our Documentation.
-
Facing any issues while integrating or installing the UI Kit please connect with us via real time support present in CometChat Dashboard.
Thanks to the following people who have contributed to this project:
@priyadarshininadar
@ajaygajra
@prathamesh-majgaonkar
@mayur-bhandari
Contact us via real time support present in CometChat Dashboard.
This project uses the following license.