Polylog app aims to create a better remote lecturing experience for both lecturers and students. The app provides real time video communication using Jitsi Meet and provides a built in activity feed to increase engagement and comprehension by allowing lecturers to build topic and quiz cards. The topic cards allow students to ask questions anonymously and give positive or negative reactions to a topic to let the lecturer know how well they are grasping the content being presented. The quiz cards allow both the lecturer and student gage how well students are grasping new concepts.
- You will need the Polylog API you can find the repo with instructions here.
- Install dependencies using the
npm install
command. - Copy and fill out .env.example as .env (API = http://localhost:3001/api WEBSOCKET = ws://localhost:3002)
- Start the web server using the
npm start
command. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/lectures in your browser.
- Node
- React
- Jitsi Meet