Vishruth-S / TeachEasy

A video calling web app made specifically for online classes. :trophy: First Prize winning project at Code Innovation Series Hackathon

Home Page:https://teacheasy5.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeachEasy

The online teaching app of 2020

FrontPage

Getting Started

  1. Clone/Download this repo
git clone https://github.com/Vishruth-S/TeachEasy.git
  1. Navigate to the project repo in the terminal
cd TeachEasy/
  1. Install dependencies
npm install
  1. Start app
npm start
  1. Open in browser
http://localhost:3030

To experience all features, open the app in 2 tabs/windows

  1. In the first tab, enter your name and create a room
  2. Once joined, click on "Info" and copy the meeting code
  3. In the second tab, click on "JOIN" and enter your name and the code copied
  4. Now this simulates an exact same environment as 2 persons in a call
  5. Add more participants if you wish to.
  6. Try muting and unmuting audio and videos
  7. Try using the chat
  8. Click on "Toggle whiteboard" on both the tabs. This will open a realtime whiteboard
  9. Write anything you want :) and see it magically appear on all participants' screens
  10. Once finished, click on "END" to end the call. Hope you had a great experience :)

About

A video calling web app made specifically for online classes. :trophy: First Prize winning project at Code Innovation Series Hackathon

https://teacheasy5.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 41.2%Language:EJS 37.5%Language:CSS 21.3%