Skip to content

ugbechike/group-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a chat application with file sharing functionality

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:

Complete view

Login view

Technology

This demo uses:

  • CometChat Pro JS SDK
  • ReactJs
  • JavaScript

Running the demo

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

Useful links

*🏠 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:

npm start

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:

SCREENSHOT

please find the screenshots inside the screenshot folder

About

CometChat group chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published