Skip to content

Fast real-time messaging app with multiple rooms and users. Client-side.

Notifications You must be signed in to change notification settings

OdedNir/ChatApp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat logo

Chat - Web Application

Fast real-time messaging app with multiple rooms and users. No authentication needed! Just enter with user name and room name.

Server side repo: ChatApp-server

Created using:

  • React react icon
  • Node.js node icon
  • Express.js express icon
  • MongoDB mongodb icon
  • Socket.IO socketio icon

How To Use

Clone the repository, npm install all dependencies and then npm start to open the Chat app on your browser.

MUST: Clone the server side repository so the app will work and will communicate with server.

It runs locally on localhost:3000 and fetching from server on localhost:5000.

Features

  • Real-time massaging
  • Join multiple rooms
  • Connected to database
  • Easy to use

Dependencies

Use npm install for the following:

  • react
  • react-router-dom
  • lodash
  • classnames
  • socket.io-client

Screen Shots

Join view Chat view
join screen shot in chat screen shot

About

Fast real-time messaging app with multiple rooms and users. Client-side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published