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 !!
- Host: GitHub
- URL: https://github.com/ankitchoudhary-vcf/chat-application
- Owner: ankitchoudhary-vcf
- Created: 2021-08-06T03:10:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T04:27:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T09:23:02.286Z (over 1 year ago)
- Topics: axios, chat-application, chatengineapi, react, react-redirect, react-router, reactjs
- Language: JavaScript
- Homepage: https://ankitchoudhary-vcf.github.io/Chat-Application
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Chat Application!!
***
Check out the [Chat Application](https://ankit1509.github.io/Chat-Application)

***
***
## 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)