samjco / Real-Time-Chat-App

A real-time chat application for bi-directional communication built using React for front end and Node.js, Express and Socket.io for backend.

Home Page:https://funtalk.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👤 Fun-Talk App

Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI

💻   Setup

To run this project, install it locally using npm:


  1. First and foremost, open your terminal and type to clone this repository.
git clone https://github.com/HiteshBucky/Real-Time-Chat-App.git
  1. Install the necessary dependencies to your app by running
npm install
  1. Launch the development build of the app, by running
npm start
  1. Open your favourite browser and type
http://localhost:3000/

Happy Coding :)

⚡️⚡️⚡️   Live Demo   ⚡️⚡️⚡️

💻 Screenshoots

# #

About

A real-time chat application for bi-directional communication built using React for front end and Node.js, Express and Socket.io for backend.

https://funtalk.herokuapp.com/


Languages

Language:JavaScript 40.1%Language:HTML 32.5%Language:CSS 27.4%