Skip to content

A real-time chat app built with React, Node.js and Express

Notifications You must be signed in to change notification settings

Sanjuice/Chatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty

Description

This is a React.js application that runs on a backend of express, node.js and socket.io. Currently, a user can type in their username and create a room and then join it. The room name can be used by a different users to connect to one room.

Libraries and tools used

  • React.js
  • Bulma CSS
  • Express
  • Socket.io
  • node.js

Screnshots

Chatty join page Chatty chat page

Run app locally

  1. Clone the repo
  2. npm install the dependencies for both the client and the server directories
  3. npm run dev in the server directory
  4. npm start in the client directory

References

Tutorial to connect a react app to a node.js socket server

About

A real-time chat app built with React, Node.js and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published