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:
- Host: GitHub
- URL: https://github.com/sudipstha08/linkedin-chat-clone
- Owner: sudipstha08
- Created: 2020-09-05T17:00:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T04:22:23.000Z (over 4 years ago)
- Last Synced: 2025-07-04T14:24:52.043Z (11 months ago)
- Topics: circleci, css3, hooks-api-react, html, javascript, reactjs, talkjs
- Language: JavaScript
- Homepage: https://eager-cray-323bd2.netlify.app
- Size: 791 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LinkedIn Chat Clone using TalkJS

[](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