An open API service indexing awesome lists of open source software.

https://github.com/ankitchoudhary-vcf/chat-application

Chat Application builds with React JS and Chat Engine !!
https://github.com/ankitchoudhary-vcf/chat-application

axios chat-application chatengineapi react react-redirect react-router reactjs

Last synced: about 1 year ago
JSON representation

Chat Application builds with React JS and Chat Engine !!

Awesome Lists containing this project

README

          

# Welcome to Chat Application!!
***

Check out the [Chat Application](https://ankit1509.github.io/Chat-Application)

![Chat Application](https://user-images.githubusercontent.com/60814508/128502866-883d4ee3-8e95-4792-948a-92af27879090.png)

***
***
## Introduction
***

- This is a Simple Chat Application build with React JS and [Chat Engine](https://chatengine.io)!
- Chat Engine is a set of APIs and UI Kit specific to chat.
- Its a good example of learning react and creating something production ready!

***
***

## Running the project
***

1. Clone the GitHub repository.

```bash
git clone https://github.com/ankit1509/Chat-Application.git
```

2. Install the project.

```bash
cd Chat-Application
npm install
```

3. Start the project.

```bash
npm start
```

A web browser should automatically open [http://localhost:3000](http://localhost:3000).

***
***

## -By Dev [Ankit Choudhary](https://github.com/ankit1509)