Skip to content

Simple Instant Group Chat application developed using React, Node and Socket.io

Notifications You must be signed in to change notification settings

mepcovenkat97/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Instant Group Chat application developed using React, Node and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published