/real-time-chat-react

real time chat frontend client using react and socket.io

Primary LanguageJavaScript

Real Time Chat

Real Time Chat is a project built using React, Redux and Socket.io to simulate a real time chatting application. Users can signup or login using their gmail accounts, send messages to themselves or other members who are registered in the application; they can also view their messages.

Requirements

  • Yarn / npm

Installation

  • Clone this Repo
  • CLone the server from here and set it up Go to server Repo
  • Install requirements using yarn install
  • Start the server using yarn start

Screenshots

messages view

image

contacts view

image

Backend Server

Go to server Repo