saliha-naveed / slack-clone

React Chat App with CometChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Slack-like Chat Application with React

Read the full tutorial here:

>> Build a Slack-like Chat Application with React

This demo app shows how to build a group group chat app with React:

alt text alt text

Running the demo

To run the demo follow these steps:

  1. Head to CometChat Pro and create an account
  2. From the dashboard, create a new app called "React Group Chat"
  3. One created, click Explore
  4. Go to the API Keys tab and click Create API Key
  5. Create an API key called "React Group Chat Key" with Auth Only scope
  6. Download the repository here or by running https://github.com/cometchat-pro-samples/slack-clone
  7. Run npm install
  8. Update settings.js with your newly-created APP_ID and API_KEY
  9. Run with npm start the app and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5

Questions about running the demo? Open an issue. We're here to help โœŒ๏ธ

Useful links

Useful examples

About

React Chat App with CometChat


Languages

Language:JavaScript 58.2%Language:CSS 39.9%Language:HTML 2.0%