Skip to content

Messenger Application that allows two users to send short text messages to each other, like Facebook Messages app or Google Chat.

Notifications You must be signed in to change notification settings

vishalkarande9/Chat_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Install node modules

  • cd to Server and run the below command $ npm install
  • cd to Client and run the below command $ npm install

Start the Application

  • To start the Server, cd to Server and run the below command $ npm start
  • To start the Client, cd to Client and run the below command $ npm start

Note: Below are the steps to follow to use the chat app:

  • Open 'http://localhost:3000/' on multiple tabs
  • Enter the user name (Username entered should be non empty)
  • Enter a message (Message entered should be non empty)

Features ● It's possible to type a short message and have it sent to another user ● It's possible to see messages sent from another user appear reasonably soon after they were sent

Technology and boilerplate React. React Hooks. HTML. CSS. Express.

About

Messenger Application that allows two users to send short text messages to each other, like Facebook Messages app or Google Chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published