Logo

Chat App Massenger

A chat app massenger with expressjs and reactjs Contact with developer »

Report Bug · Request Feature

Table of Contents
  1. About The Project

  2. Getting Started

  3. Contact
  4. Acknowledgments

About The Project

Product Name Screen Shot

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

(back to top)

Built With

This chat app created by many technology and used of sql and nosql for store data users and conversations

(back to top)

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.

  1. Clone the repo
    git clone https://github.com/aminmalekzadeh/chat-app-frontend.git
  2. Install NPM packages
    npm install
  3. Enter your Domain in src/utils/HttpService.js

      this.client = axios.create({
             baseURL: 'YOUR_DOMAIN',
             timeout: 1000
      });
  4. Run project chat app
  npm start

(back to top)

Contact

Amin Malekzadeh – Linkedin[email protected]

Project Link: https://github.com/aminmalekzadeh/chat-app-frontend

(back to top)

Acknowledgments

During the development of this route I have used the following resources!

(back to top)

GitHub

View Github