Skip to content

This is a code repository for the corresponding YouTube video. In this tutorial, we are going to build and deploy a real-time chat application. Covered topics: React.js, Socket.io.

Notifications You must be signed in to change notification settings

889-dj/chat_application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Microsoft Teams clone built with React JS and Chat Engine!

How to run the project

  • make an account on chatengine[.]io
  • create a new project
  • create a new user
  • create a new chat room
  • craete a env file and add PROJECT_ID='your project id'
  • add ur project id within the chat component configuration
  • run the commands :
    • npm i
    • npm start

About

This is a code repository for the corresponding YouTube video. In this tutorial, we are going to build and deploy a real-time chat application. Covered topics: React.js, Socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • CSS 33.2%
  • HTML 4.2%