Read the full tutorial here:
Build a chat application with file sharing functionality
This tutorial shows how to build a group chat with file sharing functionality:
This demo uses:
- CometChat Pro JS SDK
- ReactJs
- JavaScript
To run the demo follow these steps:
- Download the repository here
- Run the command
npm install or yarn
- Add your
appId, GUID and apiKey
export default {
appId: "", //Enter your App ID
apiKey: "", //Enter your API KEY
GUID: "", // Enter your group UID};
- Run the app with
npm start or yarn start
*🏠 CometChat Homepage *👾 CometChat JS SDK documentation
##`npm install or yarn
Installs all the neccessary dependencies in the package.json file
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This example shows how to build group chat with reactjs:
please find the screenshots inside the screenshot folder