Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 608 Bytes

Chatting Application

This application is similar to messenger. we can create rooms and have group chat with users we add. This project was built using react-chat-engine. It provides interface and basic functionalities for chat application.

Demo

To try the app, use the following link: Website

Technology used

Built using Reactjs framework, libraries used are axios, react-chat-engine, ant-design-docs(for icons).

how to run on local machine

Download zip or clone the repository and run these commands

npm install 
npm start