This is a Microsoft Teams clone built with React JS and Chat Engine!
- 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