Cshayan / Chatinger---React-Chat-App-using-Node-and-Socket

A real-time chat application. Live demo - https://chatinger.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatinger - A chat application using React, Node, Express amd Socket.io

A real-time chat application. Live demo - https://chatinger.netlify.app/

made-with-NodeJS Made with ExpressJS ! made-with-React made-with-Socket.io

Alt text Alt text

Pre-requisites

1. Must have NodeJS installed in your system.

How to run in local machine?

1. Clone the repository.
2. To install the dependencies of the server run 'npm install'.
3. After it run 'npm start' to start the server, which should start the server in localhost:5000.
4. Navigate to the folder called 'chat-app' and run 'npm install' to install the dependencies.
5. Run start and it should start the application in your browser in localhost:3000.

About

A real-time chat application. Live demo - https://chatinger.netlify.app/


Languages

Language:JavaScript 62.2%Language:CSS 26.2%Language:HTML 11.6%