Telegram clone is a web site-based two-way
real-time chat communication application.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Telegram Clone is a web site-based two-way real-time chat communication application. Has features including two-way private messaging between users, searching user lists, viewing profiles between users, and updating user data.
This is an example of how to list things you need to use the software and how to install them.
- Clone These 2 Repos (Backend and Frontend)
https://github.com/dwinovic/telegram-clone
- Go To Folder Repo
cd telegram-clone
- Install Module
npm install
- Add .env file at root folder project, and add following
REACT_APP_API_SERVER=[BACKEND_API]
REACT_APP_HOST_SOCKET=[SOCKET_IO_HOST_API]
- Start website
npm start
My Email : novidwicahya19@gmail.com
Project Link: https://github.com/dwinovic/telegram-clone