Send your Message to the World🌎.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Telegram Chatting 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 app was built with some technologies below:
Before going to the installation stage there are some software that must be installed first.
If you want to run this project locally, I recommend you to configure the back-end first before configuring this repo front-end.
- Clone the repo
git clone https://github.com/altrawan/telegram-app.git
- Go To Folder Repo
cd telegram-app
- Install Module
npm install
- Setup .env
- Type
npm run dev
To Start Website - Type
npm run start
To Start Production
Create .env file in your root project folder.
REACT_APP_APP_NAME = [APP_NAME]
REACT_APP_NODE_ENV = [NODE_ENV]
REACT_APP_API_URL = [API_URL]
Login Page | Register Page |
Forgot Password Page | Reset Password Page |
Chat List | Menu |
Message | Choice Emoji |
Profile | Contact Info |
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
My Email : [email protected]
Project Link: https://github.com/altrawan/telegram-app
Distributed under the MIT License.