A chat app massenger with expressjs and reactjs
About The Project
This chat app is like Telegram, whatsapp and other messengers, you can send text,photo, file and other things.
Here’s why:
- You can learn about how to create a chat app with nodejs and reactjs
- You can use of this chat app in your Business or you can use some part chat app
- This chat app is full open source and you can find and send bug from this chat app for me
Built With
This chat app created by many technology and used of sql and nosql for store data users and conversations
Getting Started
You can run this chat app in localhost or your server and also you first should download and run chat app backend for download source ( click here. )
Prerequisites
For use of chat app, you should download npm
- npm
npm install npm@latest -g
Installation
So to run the chat app properly, please go step by step.
- Clone the repo
git clone https://github.com/aminmalekzadeh/chat-app-frontend.git
- Install NPM packages
npm install
- Enter your Domain in
src/utils/HttpService.js
this.client = axios.create({ baseURL: 'YOUR_DOMAIN', timeout: 1000 });
- Run project chat app
npm start
Contact
Amin Malekzadeh – Linkedin – aminmalekzadeh004@gmail.com
Project Link: https://github.com/aminmalekzadeh/chat-app-frontend
Acknowledgments
During the development of this route I have used the following resources!