Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 913 Bytes

README.md

File metadata and controls

54 lines (42 loc) · 913 Bytes

Chat

A simple Chat Room app build using React and Node

Demo

See the live running app here - Chat

Installation

Backend
  1. Inside the project folder chat
cd backend
npm i
  1. Start the server using the command
nodemon index.js

Front-end
  1. Inside the project folder chat
cd frontend
npm i
  1. Start the server using the command
npm start
  1. Browse the URL localhost:3000 in the browser

Using with Docker

  1. Clone the repo
  2. Do Docker-compose up

ScreenShots

Join

screenshot

Chat

screenshot

Auto-reply - (Static content)

This static message will come only if a message is not replied for more than 30 secs screenshot

Emoji

screenshot