Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 629 Bytes

File metadata and controls

32 lines (19 loc) · 629 Bytes

Chat Application

A real time chat application that allows users to create multiple rooms and share messages.

Technology Stack and Dependencies

  • React.js
  • Node.js
  • socket.io
  • socket.io-client
  • react-router-dom
  • react-emoji

Installation

To install, clone the repository to your preferred location on your machine:

git clone https://github.com/ananthu-16/chat-application-client.git

Next, cd to the directory of the project.

$ cd chat-application-client

Next, install the dependencies for the project using the following command:

$ npm install

then

$ npm start

Runs the app in developement mode.