DasithDeelaka / React-Chat-App

Real-time Chat Application created with React, Express, Node and Socket.IO

Home Page:https://chatwithreact.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Chat-App

Real-time Chat Application created with React, Express, Node and Socket.IO

React-Chat-App-Frontend

The live frontend server runs on https://chatwithreact.netlify.app/

React-Chat-App-Backend

The live backend server runs on https://chatapp-react-node.herokuapp.com/

How to install and run in the local machine

  1. Clone the app
  2. Navigate to the client folder
  3. Type "npm install" in the command window or terminal
  4. Type "npm start" at the client folder
  5. Navigate to the sever folder
  6. Type "npm install" in the command window or terminal
  7. Type "npm start" at the server folder
  8. Enjoy chating

About

Real-time Chat Application created with React, Express, Node and Socket.IO

https://chatwithreact.netlify.app/


Languages

Language:JavaScript 64.5%Language:CSS 24.8%Language:HTML 10.7%