/chat_application

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.

Primary LanguageJavaScript

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