An open API service indexing awesome lists of open source software.

https://github.com/sudipstha08/linkedin-chat-clone

LinkedIn chat clone using ReactJS & TalkJS :books:
https://github.com/sudipstha08/linkedin-chat-clone

circleci css3 hooks-api-react html javascript reactjs talkjs

Last synced: 9 months ago
JSON representation

LinkedIn chat clone using ReactJS & TalkJS :books:

Awesome Lists containing this project

README

          

## LinkedIn Chat Clone using TalkJS
![License](https://img.shields.io/github/license/dyarleniber/react-workflow-gh-actions)
[![CircleCI](https://circleci.com/gh/sudipstha08/linkedin-chat-clone/tree/main.svg?style=svg)](https://circleci.com/gh/sudipstha08/linkedin-chat-clone/tree/main)

## Commands
| commands | description |
|-------------------|------------------------|
| `npm start` | start dev server 🏃 |
| `npm run build` | build app |
| `npm run lint` | lint app |
| `npm install` | install dependencies |

## Basic config for `.env` file

| Env Variables | TalkJS a/c |
| ----------------------| ---------- |
| `REACT_APP_APP_ID` | App Id |
| `REACT_APP_SECRET_KEY`| Secret key |

## Tech Stacks
| techs | description |
|---------------|--------------------------------------------------------|
| `react` | js library for building UI |
| `talk-js` | manage messages, conversations and users |

How to get started ?

- Clone the repository.

- Create your `TalkJS` account form here

- Copy your `App Id` and `Secret key`.

- Create `.env` file in your project root directory and put your App id and Secret key
as shown below.
REACT_APP_APP_ID=your_app_id
- Start your project.

REFERENCES


1. https://talkjs.com/docs/Getting_Started/Frameworks/React.html

2. https://www.npmjs.com/package/talkjs