Skip to content

A real-time chat made using React Material UI on front-end, and NodeJS SocketIO on back-end

Notifications You must be signed in to change notification settings

ThalesQwerty/qwertychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QwertyChat!

A real-time chat made using React Material UI on front-end, and NodeJS SocketIO on back-end.

Click here to check it out!

You can open the chat in multiple tabs to test it.

How to install the project locally

Firstly, clone the repository into your computer:

git clone https://github.com/ThalesQwerty/qwertychat "QwertyChat"

After that, install the dependencies:

cd "QwertyChat"
npm install

To run the project, you have to first start the back-end:

npm run socket

After that, open another terminal window and, on the project root, start the front-end:

npm start

Open your browser at localhost:3000 and the chat will be in there!

About

A real-time chat made using React Material UI on front-end, and NodeJS SocketIO on back-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published