Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.45 KB

README.md

File metadata and controls

76 lines (47 loc) · 1.45 KB

RikRakCall

RikRak is a videotelephony and Chat proprietary software program developed by @ritikramuka made under Microsoft Engage 2021 program.

Demo

Click here to open web app

Documentation (Agile Methodology)

Click here to open Agile Methodology Design Documantaion

Features

  • Group video calls
  • Chat before, during and after meeting
  • User Authantication
  • Reset password links on mail
  • Collabrative word docs during the meeting
  • Collabrative whiteboard during the meeting
  • toggle audio and video off/on
  • share screen and many more..

Run Locally

Clone the project

  git clone https://github.com/ritikramuka/RikRak-Microsoft-Engage-21-.git

Go to the project directory

  cd my-project

Install backend dependencies

  npm install

Go to the frontend/rikrak directory

  cd frontend/rikrak

Install frontend dependencies

  npm install

Copy your fireabse credentials in frontend/rikrak/src/Fireabse/ following format of secrets.example.js

Start the development by running following in project directory

  npm run dev

Tech Stack

Client: React, Simple-Peer, Socket-io-Client

Server: Node js, Express js, Socket.io, Firebase

Author