chat-rooms icon indicating copy to clipboard operation
chat-rooms copied to clipboard

💬 Real time chat app using React, Express and Socket.io

Chat App

Real time chat app built with React, Express and Socket.io.

Chat

Features

  1. Log-in screen
  2. Online users list
  3. Input field
  4. Message board
  5. Chat bot messages
  6. Connecting via room name

Installation

  1. git clone https://github.com/madzadev/chat.git

  2. cd chat

  3. cd server && npm install and npm run server

  4. cd client && npm install and npm start

Contributions

Any feature requests and pull requests are welcome!!

License

The project is under MIT license.