teams-clone-frontend

This project was bootstrapped with Create React App.

Made with in India by saru

Instructions to run

Prerequisites -

  • node

After installing node, run the following commands to initialize the project.

    git clone https://github.com/saru-d2/teams-clone-frontend.git
    cd teams-clone-frontend
    npm install
    npm start

Additionally you might want to build the backend also, which you can find here. In which case you may need to change config.jsx to use your local backend.

Then visit the page at http://localhost:3000

You could also visit the static version of the website here

Features

  • responsive layout.
  • socket.io and peerJS powered live video chat.
  • persistant chat stored in a database.

Thanks to Microsoft Engage to give me a reason to make this :)